send_email
Send an email immediately with support for plain-text and HTML bodies, CC, BCC, and reply threading.
Instructions
Compose and send an email immediately.
Args: to: Recipients (comma-separated, e.g. "user@example.com, Name other@example.com"). subject: Email subject line. text_body: Plain-text body content. html_body: HTML body content (optional; both text and HTML can be provided). cc: CC recipients (comma-separated, same format as to). bcc: BCC recipients (comma-separated, same format as to). identity_id: Sending identity ID (use list_identities to see options; empty for default). in_reply_to: Message-ID of the email being replied to. references: Space-separated Message-IDs for the References header.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| subject | Yes | ||
| text_body | No | ||
| html_body | No | ||
| cc | No | ||
| bcc | No | ||
| identity_id | No | ||
| in_reply_to | No | ||
| references | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||