Merge API
Writer’s Merge API allows you to create a set of documents, such as a personalized form letter that can be stored, signed, downloaded, or mailed.
Table of Contents
Note:
- To get all the fields available inside the document, you can use our Get All Fields API.
- To use these APIs, an OAuth token should be generated with the following scopes: ZohoWriter.documentEditor.ALL, ZohoWriter.merge.ALL, ZohoPC.files.ALL and WorkDrive.files.ALL
Sample JSON files
| Keys | Description |
| id | Specify unique id for each field. |
| display_name | Specify the name in which the field needs to be displayed in the template. |
| type | Specify the type of the field. If you wish to add Related List fields, the type should be mentioned as 'subform'. |
| fields | Specify the fields to be inserted inside this key. |
| data | Pass the field values inside this key. |