Developer Guide
Creating a Connection via Deluge in Writer
Connections are used to authenticate requests that are sent to other services and can be utilized in Custom functions. To retrieve the required information from another service into Zoho Writer, you need to create a connection that integrates Zoho ...
Prerequisites for Merge&Sign, Sign and Combine and Store APIs in Writer
For the Merge and Sign, Sign or Combine and Store APIs to work, initially, you need to access the 'Automate' panel from Writer UI once before sending the API request. Please follow the below steps to know how to access the Automate panel from Writer ...
The HTML tags supported for 'message_richtext' parameter in Bulk Sign API
List of HTML tags supported for 'message_richtext' parameter in Bulk Sign API: script noscript plaintext comment xmp iframe frameset frame label form button input select option textarea h1 h2 h3 h4 h5 h6 p i b u strong em small big pre code cite samp ...
How to create custom service via deluge connection for "OAuth2" Authentication Type?
1. Navigate to the Connections page in Zoho Writer. 2. Then, click on Go to Connections > Create Connection in the top-right corner. 3. Select Custom Services tab > Create New Service. 4. Under service details, provide the following information: ...
How to pass the data for the Merge field types via API/DRE?
To know about the list of merge field types available, please refer this help link. How to pass the value for each merge field types via API? The value will be passed in a JSON format inside the 'merge_data' parameter. Sample JSON: { "data":[ { ...
What are the possibilities to change the "from" address in Merge and Send action?
By default, the Primary Email Address of your account will be used to send the merged document to the recipients. If you wanted to change the From Address while sending the documents to other recipients, you can choose one of your Secondary Email ...
How to handle image fields in Mail Merge using Deluge Script?
To achieve this, you need to provide a Public URL for the image fields. Zoho Writer only accepts Public URL. If you only have image file object and not a public url, then follow the below steps; 1. Upload image to WorkDrive: Use the below script and ...
Alternative way to setup Postman Collection in Zoho Writer API
To complete the Postman Collection setup in Zoho Writer API, you need to import the JSON files as listed below: Zoho Writer API Collection JSON file Zoho Writer API Environment JSON file How to import Zoho Writer API Collection JSON file? First, ...
Can Writer integrate with other apps via Rest APIs?
Writer integrates via Rest APIs to allow you to build powerful integrations with other software applications. You will find the detailed API documentation here and more about Writer integrations here