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).
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
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 elementsEmails accepted for delivery
Array of results in the same order as the input. Each entry indicates success or error.
Successful email.