Templates

Copy template to another workspace

Deep-copies a template (including fields, recipients, CC, reminders, custom field definitions, and the PDF document) to a target workspace within the same company. Requires a company-level (protected) API key.

post/templates/{id}/copy

Path parameters

idstring uuid required

Template ID to copy

Request body

workspace_idstring uuid required

Target workspace ID to copy the template into

namestring

Name for the copied template (defaults to original name with " (copy)" suffix)

Response

Template copied successfully

idstring uuid required

ID of the newly created template copy

namestring required

Name of the copied template

workspace_idstring uuid required

Target workspace the template was copied to

created_datestring date-time required

Creation timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.