send_email
Send Outlook emails with CC, BCC, HTML body, and attachments, or save as draft.
Instructions
Send a new email (or save it as a draft) through Outlook.
Args: to: Recipient address(es), separated by semicolons. subject: Email subject. body: Email body text (or HTML if html=True). cc: CC address(es), semicolon-separated. bcc: BCC address(es), semicolon-separated. html: Treat body as HTML. attachments: Absolute paths of files to attach. save_as_draft: Save to Drafts instead of sending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| html | No | ||
| subject | Yes | ||
| attachments | No | ||
| save_as_draft | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |