send_email
Send an approved Outlook email with attachments up to 25MB. Larger files are uploaded automatically, requiring no extra steps.
Instructions
Send an approved email. Requires explicit approval from the client first. Supports file attachments up to 25MB combined (over 3MB sends via an internal draft-then-send step — same result, no different usage).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Comma-separated CC email address(es) | |
| to | Yes | ||
| bcc | No | Comma-separated BCC email address(es) | |
| body | Yes | ||
| mailbox | No | Target Outlook email address / mailbox. Defaults to primary configured user email if omitted. | |
| subject | Yes | ||
| attachments | No | Absolute file paths under /opt/data to attach. Up to 3MB combined attaches instantly; over 3MB (up to 25MB combined) is uploaded in chunks automatically — no difference in how you call this, just slower for the larger case. Over 25MB combined is rejected. |