Send Email With Template
send_email_with_templateSend transactional emails using stored Postmark templates. Provide recipient, sender, and template data; choose template by ID or alias.
Instructions
Send a single email rendered from a stored template.
Provide exactly one of template_id or template_alias. The subject comes from the template. BLOCKED in read-only mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | Recipient address(es), comma-separated, up to 50. | |
| bcc | No | ||
| tag | No | ||
| headers | No | ||
| metadata | No | ||
| reply_to | No | ||
| from_email | Yes | Verified sender signature address. | |
| inline_css | No | ||
| template_id | No | Numeric template ID (provide this OR template_alias). | |
| track_links | No | ||
| track_opens | No | ||
| message_stream | No | outbound | |
| template_alias | No | Template alias (provide this OR template_id). | |
| template_model | Yes | Data substituted into the template's placeholders. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||