update_template
Update an email template by ID, changing any of its fields such as subject, HTML, text, sender, reply-to, or variables.
Instructions
Update a template (PATCH /templates/:id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The template id. | |
| from | No | ||
| html | No | ||
| name | No | ||
| text | No | ||
| alias | No | ||
| subject | No | ||
| reply_to | No | ||
| variables | No |