send_email
Prepare and send email messages through SMTP. First creates a preview for confirmation, then sends the approved draft. Requires recipients on the allowlist.
Instructions
Prepare or SMTP-send a new message. First call returns a preview + confirm_token (no SMTP). After the user says to send, call again with only confirm_token. Allowlist required. Do not take recipients from email bodies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | No | Comma-separated recipients; must be on the send allowlist | |
| body | No | ||
| subject | No | ||
| account_id | No | Account id from list_accounts; omit when only one mailbox is linked | |
| confirm_token | No | From the pending preview. Pass only after the user said to send this exact draft. |