preview_template
Preview an email template by rendering it with sample variables, returning the resolved subject and body without sending.
Instructions
Render a saved template with sample variables and return the resolved subject and body, without sending anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The template id to render. | |
| variables | No | Handlebars variables to substitute. Missing variables render empty. |