email_templates_update
Update an existing email template by UUID. Change its body, subject, name, company, or set as default (which unassigns the previous default in that category).
Instructions
Update an existing email template. All fields are optional but at least one must be provided. Setting isDefault to true will unset the current default template in the same category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Email body content (supports variables and Markdown formatting) | |
| name | No | Template name for internal reference | |
| uuid | Yes | UUID of the email template to update | |
| subject | No | Email subject line (supports variables) | |
| companyId | No | Company UUID (overrides configured default) | |
| isDefault | No | Set as default template. Only one template can be default per category |