Create/Upload Documents
Purpose
To create or upload documents. The document that is created can be accessed in the recent files of your Writer account.
HTTP Request URL
https://{zohoapis_domain}/writer/api/v1/documents
Body Parameters
Parameter | Data Type | Description |
Optional Parameters | ||
filename | String | Specify a unique name for the writer document. If this param is not passed, a blank untitled document will be created. |
resource_type | String | Specify the type of document which needs to be created. Possible values: fillable/merge/sign |
Note: You can also create or upload documents using the deluge task, followed by the parameters zoho.writer.uploadDocument(.....);