Send Batch Emails
send-batch-emailsSend up to 100 individual transactional emails in one API call, each with custom to, subject, and content. Use for bulk personal emails like password resets or receipts.
Instructions
Purpose: Send up to 100 transactional emails in one API call. Each item has the same fields as send-email (to, subject, text, from, etc.).
NOT for: Sending one email (use send-email) or the same content to a segment (use create-broadcast + send-broadcast).
When to use: User wants to send many individual emails in bulk (e.g. 50 password resets, 100 receipts). Not for one-to-many broadcasts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | Array of email objects to send (1-100 emails) |