Send Email
send_emailSend email from a specified inbox, with support for plain text or HTML body, CC recipients, and replying within threads.
Instructions
Send an email from an inbox. Requires a verified account (Tier 1+). To reply within a thread, provide in_reply_to with the Message-ID of the email being replied to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | Recipient email addresses | |
| subject | Yes | Email subject | |
| inbox_id | Yes | Inbox ID to send from | |
| body_html | No | HTML email body (optional) | |
| body_text | Yes | Plain text email body | |
| in_reply_to | No | Message-ID of the email being replied to (enables threading) |