reply_to_email
Respond to an existing email thread by composing a reply with optional attachments up to 25MB. Supports CC, BCC, and reply-all, but requires prior approval before sending.
Instructions
Reply to an existing email thread. Requires prior approval. 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) | |
| bcc | No | Comma-separated BCC email address(es) | |
| body | Yes | ||
| emailId | Yes | ||
| mailbox | No | Target Outlook email address / mailbox. Defaults to primary configured user email if omitted. | |
| replyAll | No | ||
| 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. |