From the Dashboard, click on Apps and select TalkPro Shares from the drop-down.
In the Show Vendors section, click on the Add TalkPro Shares button
Fill in the necessary information about the vendor.
- Name – Vendor name is used for reference only and can be modified
- API Url – Enter the API Url of the Vendor
- API Authentication – if the vendor is using an Auth Token, put that in this section
- Authorization Header - (ex: Content-length: 0|Content-type: application/json|Authorization: OAuth SomeOAuthaccess_tokenString)
- Request Method –
- GET – API Vendor will be posting lead into the system.
- POST – the system will be posting leads to the third party API Vendor
- Output Data Type – select the Data Type that’s compatible with the 3rd party API
- JSON - (ex: '{key1:[value1,value2,value3],key2:[value1,value2,value3]}')
- XML - (ex: '<Values><value>value1</value><value>value2</value></Values>')
- TEXT - (ex: 'value1,value2,value3')
- Delimiter: To specify which character to use as a boundary between separate keys and values (Optional).
- Response Key: To Declare a specific key and value to parse from the third-party API's response.
- Adaptor ID – If the Request method is POST, we need to select the Adaptor ID assigned to the Vendor.
Click on Save TalkPro Share