send-email
Compose and send emails through Outlook Assistant. Preview messages before sending and manage recipients, subject, body, and importance settings.
Instructions
Compose and send an email. Use dryRun=true to preview without sending. Subject to rate limits and recipient allowlist when configured.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Comma-separated recipient email addresses | |
| cc | No | Comma-separated CC email addresses | |
| bcc | No | Comma-separated BCC email addresses | |
| subject | Yes | Email subject | |
| body | Yes | Email body (plain text or HTML) | |
| importance | No | Email importance (default: normal) | |
| saveToSentItems | No | Save to sent items (default: true) | |
| dryRun | No | Preview email without sending (default: false). Returns composed email for review. |