> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Batch Emails

> Send up to 100 emails in a single API call.

Allows sending multiple distinct transactional emails in parallel with a single HTTP request.

### Body

<ParamField body="emails" type="object[]" required>
  Array of email payloads (up to 100).
</ParamField>

### Response

<ResponseField name="data" type="object[]">
  Array of objects containing `id`, `from`, `to`, and `created_at`.
</ResponseField>


## Related topics

- [Introduction](/api/index.md)
- [Http](/getting-started/http.md)
- [Send Email](/api/emails/send-email.md)
- [Send Test Emails](/sending/send-test-emails.md)
- [CLI](/cli/index.md)
