Update Template Version
update_template_versionUpdate the content and settings of an existing email template version, including name, subject, HTML, and plain text.
Instructions
Update the content and settings of a template version
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | ID of the template | |
| version_id | Yes | ID of the version to update | |
| name | No | New name for this version | |
| subject | No | Email subject line (supports Handlebars) | |
| html_content | No | HTML content of the email template | |
| plain_content | No | Plain text version | |
| active | No | Set as active version (1 = active, 0 = inactive) | |
| generate_plain_content | No | Auto-generate plain text from HTML | |
| test_data | No | JSON string of test data for Handlebars variables |