render_template
Preview a stored email template by rendering it with your variable values. Returns the subject, HTML body, and text body without sending the email.
Instructions
Preview a stored template rendered against a variable model — returns the rendered subject, html_body and text_body without sending anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | Permalink of the template | |
| template_model | No | Variables for the template placeholders |