diff --git a/abstractapi/README b/abstractapi/README new file mode 100644 index 0000000000000000000000000000000000000000..1d89c9b55ce5558f392cd14e884f66f4de26414c --- /dev/null +++ b/abstractapi/README @@ -0,0 +1,9 @@ +Connect with Abstractapi.com to fetch company details using domain or email address. +We will add a widget to the detail page of Organization, where user will be given an option to fetch the company's data + +Please follow the below steps to a achieve this integration using VTAP platform. +1. Sign up for an account in https://www.abstractapi.com and note down api key. +2. In Vtiger, we need to build and publish an API using Api Designer to connect to abstractapi servers. APi link is (here)[https://extend.vtiger.com/vtap/app_examples/blob/master/abstractapi/get_abstractapi_company_enrich.xml] +3. Create a TAP script in Accounts or any custom module to register the widget. TAP script link is (here)[https://extend.vtiger.com/vtap/app_examples/blob/master/abstractapi/EnrichWidget.js] +4. If you want to release an extension module then we would recommend you to create a custom extension and create API and TAP script for that custom module. +5. Publish the TAP script to see the widget. \ No newline at end of file