create_template
Create reusable email templates with dynamic placeholders for personalized content. Specify subject, HTML, and plain-text bodies with {{variable}} tags.
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}} |