# Send batch of different emails Send up to 500 completely different emails in a single API call. Batch sending where each email can have: - Different recipient - Different subject - Different content - Different settings Perfect for sending multiple transactional emails at once (order confirmations, password resets, etc.). Limits: - Maximum 500 emails per batch - Each email validated independently - Failed emails don't affect successful ones Use cases: - Sending different transactional emails simultaneously - Mixed email types in one API call - High-volume transactional sending Not for: Newsletter-style emails with same content → Use /api/bulk-send instead Endpoint: POST /api/batch Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `customer_id` (string, required) Your customer ID Example: "550e8400-e29b-41d4-a716-446655440000" - `emails` (array, required) Array of emails to send (max 500) - `emails.to` (string, required) Recipient email address Example: "user@example.com" - `emails.from` (string) From email (must use verified domain, optional) Example: "hello@mail.yourdomain.com" - `emails.domain` (string) Sending domain (optional - auto-selects if omitted) Example: "mail.yourdomain.com" - `emails.reply_to` (string) Reply-to address Example: "support@yourdomain.com" - `emails.cc` (array) CC recipients - `emails.bcc` (array) BCC recipients - `emails.subject` (string, required) Email subject Example: "Your order has shipped" - `emails.html` (string) HTML email body Example: "