Send bulk emails
Send up to 100 individual emails in a single request. Each email in the array is independent — with its own recipient, subject, content, and optional template. The request body can be either an object with an emails key, or a plain JSON array of email objects. Each email follows the same rules as the single send endpoint: from, subject, and html/text are required unless a template is provided. Results are returned in the same order as the input array, with each entry indicating success (with an id) or error (with an error message).
Documentation Index
Fetch the complete documentation index at: https://docs.sendkit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Body
Array of email objects to send. Each email is independent with its own recipient, content, and options. You can also send a plain JSON array (without the emails wrapper key).
1 - 100 elementsResponse
Emails accepted for delivery
Array of results in the same order as the input. Each entry indicates success or error.
Successful email.
- Option 1
- Option 2

