Send Email Batch
sending_send_email_batchSend multiple outbound emails in a single request. Supports HTML, plain text, attachments, CC/BCC, custom headers. Use only after user confirms each recipient and message.
Instructions
Use this to send multiple outbound emails in one request. For attachments, prefer uploaded attachment_id refs; avoid inline base64 except for tiny generated content. Use it only when the user confirms every recipient and message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messages | Yes | Array of email messages to send (max 100) | |
| Idempotency-Key | No | Optional client-generated key to make the request idempotent for 24 hours. Replays under the same key return the cached response; a reused key with a different body returns 409 idempotency_conflict. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||