Create Template through Web URL
Purpose
To create a template via Web URL.
HTTP Request URL
https://{zohoapis_domain}/writer/api/v1/templates
Body Parameters
Parameter | Data Type | Description |
Mandatory Parameters | ||
url | String | Specify the Web URL (which is publicly accessible) through which the template needs to be created. |
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. |
password | String | If the provide input url is password protected, then you can specify that password via this parameter. |