send_batch_emails
Send up to 100 emails in one request by providing an array of email objects with recipient, subject, and content. Streamline bulk email delivery with a single API call.
Instructions
Send up to 100 emails in one request (POST /emails/batch). Pass an array of email objects, each with from/to/subject and html and/or text. Per-email "from" defaults to the configured sender if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | Array of email objects (max 100). Each: from, to, subject, html/text, plus optional cc/bcc/reply_to/scheduled_at/tags/headers. |