send_message
Send an email from a specified inbox, defining recipients, subject, body, and optional attachments, CC, or BCC for complete message control.
Instructions
Send a new email from one of your inboxes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | Recipient email addresses. | |
| bcc | No | ||
| html | No | Optional HTML body. | |
| text | No | Plain-text body. | |
| subject | Yes | ||
| inbox_id | Yes | The sending inbox id. | |
| attachments | No | Optional file attachments. |