Zoho (all products, eg CRM, Bigin, etc)
-
Import/clone
Zoho_HTTPsource from the Connectors library application.-
Zoho REST API supports OAuth 2.0 authentication Authorization Code grant type, which is preconfigured in the
Zoho_HTTPsource. -
Go to https://api-console.zoho.com and create a Web-based following instructions at Zoho API Documentation . Use
https://infolinkcloud.com/storeOAuthCode.jspfor “Authorized Redirect URIs”. As the result you will get Client ID and Client Secret. Enter them in the Zoho_HTTP source and request authrization by clicking on the Get new refesh token button. Authorize InfoLink on the Zoho website, which will be open in a new tab in your browser. Go back to the InfoLink tab and Current refresh token field should get populated. -
The Connectors library application contains examples of how to download all accounts (an example of Get Records API call ). You can modify this examples for any other API calls supported by Zoho: https://www.zoho.com/crm/developer/docs/api/v2/
-