send_template_email
Send a templated email by filling stored template variables with safe, HTML-escaped values. Use it to deliver personalized messages without writing raw HTML.
Instructions
Send an email built from a stored template. Variable values are HTML-escaped on substitution, so they are safe to fill from user-supplied text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| subject | No | Overrides the template's subject | |
| template | Yes | Template slug | |
| variables | Yes | ||
| scheduled_at | No |