Zoho Creator Integration tasks
Note:
Each time any of the Zoho Creator V2 integration task 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 plan.
The API limits deduction depend on where the request is sent and received.
When this task is executed to send request,within the same Zoho Creator account - Both the Developer API limit and the External calls limit are deducted from that Creator account.
from a different service to a Zoho Creator account - The Developer API limit is deducted from the target Creator account, and the external calls limit is deducted from the service that sends the request.
from one Zoho Creator account to another Zoho Creator account - The Developer API limit is deducted from the target Creator account, and the External calls limit is deducted from the Creator account that sends the request.
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 the Get Records task is placed inside a for each task that iterates five times, five external API calls will be consumed, even though the task appears only once in the script.
- Get Records: Fetches records from the specified report
- Get Record by ID: Fetches the specified record from using its ID
- Create Record: Creates a record in the specified form
- Update Records: Updates records from the specified report with new values
- Update Record: Updates the specified record with new values