Deluge upcoming update: Creator V2 integration tasks

Deluge upcoming update: Creator V2 integration tasks

Hello everyone,

As you are already aware, Zoho Creator V2 APIs were introduced recently. We are now geared up to roll out five new Zoho Creator integration tasks that are based on the V2 APIs in three weeks.

Once these tasks are live:
  • The existing Creator V1 integration tasks will continue to work until the Zoho V1 APIs reach their end of life on February 3rd, 2021. Until then, the V1 integration tasks will be marked as deprecated, i.e., these tasks will be struck and grayed out in the Deluge editor.
  • Deluge editor's autocomplete feature will complete the syntax for V2 integration tasks.
  • Creator V1 integration tasks that you've used in your Deluge functions will be automatically restructured from zoho.creator.{action} to the format zoho.creator.v1.{action}.

Action
Creator V1 integration tasks 
Creator V2 integration tasks
Get records
zoho.creator.v1.getRecords( <owner_name>, <app_link_name>, <report_link_name>, [criteria], [from_index], [to_index], [authtoken_connection]);
zoho.creator.getRecords( <owner_name>, <app_link_name>, <report_link_name>, <criteria>, <from_index>, <limit>, <oauth_connection>);
Get record by ID
-
zoho.creator.getRecordById( <owner_name>, <app_link_name>, <report_link_name>, <record_id>, <oauth_connection>);
Create record
zoho.creator.v1.createRecord( <owner_name>, <app_link_name>, <form_link_name>, <input_values>, [authtoken_connection]);
zoho.creator.createRecord( <owner_name>, <app_link_name>, <form_link_name>, <input_values>, <other_api_params>, <oauth_connection>);
Update records
-
zoho.creator.updateRecords( <owner_name>, <app_link_name>, <report_link_name>, <criteria>, <new_input_values>, <other_api_params>, <oauth_connection>);
Update record by ID
zoho.creator.v1.updateRecord(<owner_name>, <app_link_name>, <form_link_name>, <record_ID>, <input_values>, [authtoken_connection]);
zoho.creator.updateRecords( <owner_name>, <app_link_name>, <report_link_name>, <criteria>, <new_input_values>, <other_api_params>, <oauth_connection>);

We will update this space with links to new help articles once the V2 tasks are live. We recommend that you use these new integration tasks to integrate with Zoho Creator and replace the V1 tasks with their equivalent V2 tasks. Let us know your questions and suggestions in the comments or reach us at support@zohodeluge.com.



      • Sticky Posts

      • Function #41: Sync Associated Subforms!

        Welcome back everyone! The last custom function showed how to update a Contact with Product details from it's Related list in Deals. This week, let's look at a function that lets you update subform records in two modules simultaneously when one of them is updated. Business scenario Let's look at how subform helps in an education institution that has deployed Zoho CRM. National Public School, Austin (made up, of course!) has set up Zoho CRM and it follows the same relationship pattern of "Students",