From 477dee811ad9460b99c8ec4c9554b9297261e52d Mon Sep 17 00:00:00 2001 From: Vikas Date: Mon, 15 Nov 2021 05:55:40 +0000 Subject: [PATCH] Update README --- abstractapi/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/abstractapi/README b/abstractapi/README index 1d89c9b..0e757cc 100644 --- a/abstractapi/README +++ b/abstractapi/README @@ -3,7 +3,8 @@ We will add a widget to the detail page of Organization, where user will be give 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] +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 +5. Publish the TAP script to see the widget. + -- 2.18.1