send_email
Compose and send new emails with optional CC, BCC, and identity selection. Retrieve available sender identities to personalize the From address.
Instructions
Compose and send a new email. Use get_identities first to find available sender identities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipient email addresses (max 100) | |
| to | Yes | Recipient email addresses (max 100) | |
| bcc | No | BCC recipient email addresses (max 100) | |
| body | Yes | Email body text (plain text, max 1 MB) | |
| subject | Yes | Email subject line | |
| identityId | No | Sender identity ID from get_identities. Uses default if omitted. |