Zoho Creator and CRM integration Error
Hello,
I am using Zoho Creator to create an app that integrates with Zoho CRM data. I am using the following code:
- leadslist = zoho.crm.getRecords("Leads",1,10);
- for each leadDet in leadslist
- {
- info leadDet;
- }
And getting the following output:
{"message":"Invalid Ticket Id","code":"4834"}
The documentation says this error is an API authentication error, but I am writing a deluge script from within Zoho Creator |
|
Please advise.
Thanks