Zoho Creator V2.1 Integration tasks
Note:
- Each time any of the Zoho Creator integration tasks is executed, it triggers an API request in the back-end. This call is deducted from the External Calls limit available for the service from which the task is executed, based on your pricing.
- Only actual executions that receive a response (whether success or failure) are counted, not the number of times the task appears in the script. For example, if Get Records task is placed inside a for each task that iterates five times, the number of external API calls consumed will be five, even though the task appears only once in the script.
The following are the tasks that can be performed using Creator V2.1 Integration:
- Create Record: Creates a record in the specified form
- Create Records: Creates multiple records in the specified form
- Update Record by ID: Updates the specified record in the report with new values
- Update Records: Updates multiple records with new values
- Get Record by ID: Fetches the specified record from using its ID
- Get Records: Fetches records from the specified report