Send emails in batch
Emails
Send emails in batch
Queues up to N emails (plan-dependent) in a single request. All emails are validated
before any are queued — if any check fails the entire request is rejected.
Returns an array of { id, status } per email in the same order as the input.
Batch size limits by plan:
| Plan | Max emails per batch |
|---|---|
| Launch | 50 |
| Starter | 100 |
| Growth | 500 |
| Scale | 1,000 |
POST
Send emails in batch
Authorizations
Prefix tor_ followed by a base64url-encoded random key.
Obtain one from POST /api/v1/workspaces or POST /api/v1/auth/keys.
Body
application/json
Required array length:
1 - 1000 elementsResponse
All emails queued for delivery