create_email_draft
Create an Outlook draft email with recipients, subject, body, and attachments up to 25MB, saving it to the Drafts folder for review before sending.
Instructions
Create a standalone draft email in Outlook Drafts folder for review before sending. Supports file attachments up to 25MB combined.
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. | |
| conversationId | No |