create_template
Create reusable email templates with placeholders for dynamic content, then pass values when sending emails.
Instructions
Create a reusable email template. Use {{variable}} placeholders in html/text and pass values via send_email's templateData.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Template name | |
| subject | No | Default subject line | |
| html | No | HTML body with {{placeholders}} | |
| text | No | Plain-text body with {{placeholders}} |