Attention to People using Custom Functions!!
Hello and good day to you folks!!
We are excited to introduce our new Version 2.0 APIs, which are also supported in custom functions.
As a result of the update to Zoho CRM Version 2.0 APIs, the CRM’s Custom Function Integration task, which allows you to perform automated tasks in CRM, has undergone some modifications.
The zoho.crm.create() integration task will be renamed to zoho.crm._create() progressively. This change is being made by us, to differentiate version 1.0 from version 2.0 APIs. The migration is currently in progress and we assure you that your existing custom function integration tasks will not get affected.
To know if your CRM account has support for version 2.0 APIs in custom functions, please check the Custom Function editor. There would be two functions for each action.
Once you have confirmed that your CRM account has been migrated, please do not change the zoho.crm._create() back to zoho.crm.create(), as it won’t work since it will expect the different input format.
From this moment onwards, upon creation of every new custom function integration task, the zoho.crm.create() expects version 2.0 API format.
P.S
- The name Custom Functions has been changed to Functions.
- The older version of APIs are in EOL. We recommend you to start using the Version 2.0 APIs of Zoho CRM.