email_send
Send a single email after explicit confirmation, supporting retained, staged, or authorized local attachments with an idempotency key for safe retries.
Instructions
Send exactly one email after explicit confirmation. confirmed=true and a nonblank idempotencyKey are required safety inputs. Reuse synchronized mail with {messageId, attachmentId} from mail_attachment_list; use {stagedId} from mail_attachment_stage/mail_attachment_create for local or agent-created files; or use {localPath, confirmed:true} for an authorized workspace/import file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| subject | Yes | ||
| accountId | Yes | ||
| confirmed | Yes | Must be true to authorize this exact send request. | |
| attachments | No | ||
| idempotencyKey | Yes | Required nonblank retry key; reuse it only for the identical send request. |