ZOHO how-to
Step 1. Generate a Zoho API token
https://www.zoho.com/developer/help/api/using-authentication-token.html
Sample responseÂ
# #Wed Feb 29 03:07:33 PST 2012 AUTHTOKEN=1000397765.1000414544.ca1f9949f637a8e667e35bd3654bf82e0c70975ee47349dc57aa7967b151a11a9ea419459381cd82e5757e644904df3315a6a729d528538df406f598c9e4f7f2 RESULT=TRUE
Step 2.Setup iHub credentials
- Once generated goto Credentials, select Custom Headers and enter a name like Zoho API Key
- Click Add to add a new row
- In the key field add Authorization
- In the value key generate from the step above, example 1000397765.1000414544.ca1f9949f637a8e667e35bd3654bf82e0c70975ee47349dc57aa7967b151a11a9ea419459381cd82e5757e644904df3315a6a729d528538df406f598c9e4f7f2
 Step 3. Fetch Records from the "Leads" Module
- Goto integrations and click Create
- Enter a name and select application/json as template
- Select Method POST
- Enter URLÂ https://<APPDOMAIN>/crm/private/xml/Leads/getRecords&scope=crmap
- Select the Authentication called Zoho API key created in step 2.
Step 4. Test & verify
Click test and view the execution log