Zoho Writer Integration Tasks
Note:
- Each time any of the Zoho Writer 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 Documents 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.
- Get Documents: Lists documents from Zoho Writer based on a condition
- Upload Document: Uploads a document to Zoho Writer
- Share Document: Shares a document with your list of collaborators, based on roles
- Get Merge Fields: Lists all the merge fields inserted in the specified document
- Merge And Send: Auto-populates merge values and emails the document to a specified email address
- Sign document: Sends the document to a list of recipients for signature collection
- Get All Fields: Lists all the fields in the specified document
- Merge and Sign: Merges the document and sends it to recipients for signature collection
- Merge and Store V2: Merges and stores the document in a specific location in Zoho WorkDrive
- Merge and Invoke: Merges the document and invokes a custom function to perform further operations
- Mark or Unmark Favorite Document: Marks or unmarks the document as favorite
- Rename Document: Renames the document with the given name
- Enable or Disable Track Changes: Enables or disables track changes for the specified document
- Add or Update Description: Adds or updates the document description with the given description
- Lock or Unlock Documents: Locks or unlocks the particular document
- Mark Document as Ready: Marks the specific document as ready
- Mark or Revert Final Documents: Enables or disables editing in the document
- Get Merge Templates: Lists all the merge templates created by a user
- Get Sign Templates: Lists all the sign templates created by a user
- Get Fillable Templates: Lists all the fillable templates created by a user
- V2 Sign Documents: sends a document for signature and tracks its status
- Generate Fillable Link: merges your document and generates prefilled fillable links to collect data
- Merge And Send V2: merges your document and sends it via email