send_batch_emails
Send up to 100 distinct emails in a single API call. Each email can have custom sender, recipients, subject, HTML/text body, CC, BCC, reply-to, tags, headers, or template.
Instructions
Send up to 100 distinct emails in one call (one API request). Each entry is a full email object. Note: batch sends do NOT support attachments or scheduling per Resend limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | Array of 1-100 email objects | |
| idempotencyKey | No | Optional Idempotency-Key for the whole batch |