send_batch
Send up to 100 emails in a single API call. Provide an array of email objects with from, to, subject, and content.
Instructions
Send up to 100 emails in one call. emails is an array of objects shaped like send_email (without idempotencyKey/sender).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | Array of email objects (from, to, subject, html/text, …). | |
| sender | No | Product/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender. | |
| idempotencyKey | No | Dedup key for the whole batch. |