Send Email
send_emailSend a single email with supplied HTML or plain-text content, recipient, and subject. Includes support for CC, BCC, reply-to, headers, and metadata.
Instructions
Send a single email with content supplied directly.
Requires html_body and/or text_body. 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 | Tag for categorizing the message. | |
| headers | No | Custom email headers as name/value pairs. | |
| subject | Yes | Email subject line. | |
| metadata | No | Arbitrary key/value metadata. | |
| reply_to | No | Reply-To address. | |
| html_body | No | HTML body. Provide html_body and/or text_body. | |
| text_body | No | Plain-text body. | |
| from_email | Yes | Sender address; must be a verified Postmark sender signature. | |
| track_links | No | ||
| track_opens | No | ||
| message_stream | No | Message stream ID. Defaults to 'outbound'. | outbound |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||