send-mail
send-mailSend an email as the signed-in user after explicit approval. Use when you need to deliver a message immediately without creating a draft first.
Instructions
Compose and SEND an email in one step as the signed-in user. WRITE operation - requires confirm=true and explicit user approval. Prefer create-draft-email + user review for report emails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC email addresses | |
| to | Yes | Recipient email addresses | |
| bcc | No | BCC email addresses | |
| body | Yes | Email body content | |
| confirm | Yes | Safety gate: must be explicitly true to execute this WRITE operation. Ask the user for approval before setting it. | |
| subject | Yes | Email subject | |
| bodyType | No | Body content type (default HTML) | |
| importance | No | ||
| saveToSentItems | No | Save to Sent Items (default true) |