Batch Sending
Batch sending lets you dispatch up to 100 emails in a single API request. This is optimal for:- Sending unique transactional messages (e.g. customized receipts or shipping updates) to multiple recipients in parallel.
- Dramatically reducing HTTP round-trip latency and network overhead.
Endpoint
Code Example
Limits
- Maximum batch size: 100 emails per request.
- Payload limit: Maximum 10MB total payload size per batch request (including attachments).
- Each email in the batch receives its own distinct tracking ID and delivery log entry.