update_template
Update an existing email template by providing its ID, a new name, and optionally an HTML page URL or zip file URL for assets.
Instructions
Update an existing email template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | The template ID | |
| name | Yes | New template name | |
| html_page_url | No | URL to the HTML page for the template | |
| zip_file_url | No | URL to a zip file containing template assets |