Copy Template
Purpose
To retrieve a copy of a specific template.
HTTP Request URL
https://{zohoapis_domain}/writer/api/v1/templates/{{template_id}}/copy
Path Parameters
Parameter | Data Type | Description |
Mandatory Parameters | ||
template_id | String | Specify the unique id for the template. |
Body Parameters
Parameter | Data Type | Description |
Optional Parameters | ||
type | String | Specify the type (either personal or organization) of templates that needs to be copied. For example: type = personal / organization By default, the type value will be 'personal'. Hence, personal templates will be copied. |
name | String | Specify a unique name for the template. By default, the template name will be "Copy of the Original template name". |
Note: This API will not work for Automation (Merge, Sign and Fillable) templates.