duplicate_template
Duplicate an existing email template to reuse its structure. Provide a template ID and optionally set a new name or alias for the copy.
Instructions
Duplicate a template (POST /templates/:id/duplicate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The template id to copy. | |
| name | No | Optional name for the copy. | |
| alias | No | Optional alias for the copy. |