Zoho Sign Integration Tasks
Note:
- Each time any of the Zoho Sign 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 Create Document 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.
- Create Document: Uploads a document to Zoho Sign
- Get document by ID: Fetches a document from Zoho Sign using its ID
- Update document: Updates a document in Zoho Sign
- Get Field IDs: Fetches details of all the fields
- Download document: Downloads the documents from Zoho Sign
- Submit request: Submits the specified request
- Get Templates: Fetches all the templates
- Get Template By ID: Fetches the details of the specified template
- Create Using Template: Creates documents using template