outlook_send_with_attachments
Send an email with file attachments, automatically switching to an upload session for files larger than 3 MB.
Instructions
Send an email with file attachments; auto-switches to upload-session for files >3MB.
attachment_paths must be absolute paths to files that exist on the host. Pass reply_to to
route replies to a different address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| is_html | No | ||
| subject | Yes | ||
| reply_to | No | ||
| importance | No | normal | |
| attachment_paths | Yes |