Create Template with Text
Purpose
To create a template with specified content through simple text (string) param.
HTTP Request URL
https://{zohoapis_domain}/writer/api/v1/templates
Body Parameters
Parameter | Data Type | Description |
Mandatory Parameters | ||
text | String | Provide the entire text which you would like to add in the template as a content. |
Optional Parameters | ||
type | String | Specify the type (either personal or organization) of templates that needs to be created. For example: type = personal / organization By default, personal templates will be created. |
name | String | Specify a unique name for the template. |