---
title: "Changes to Sends multiple emails in parallel using AWS SES service."
method: POST
path: "/sendBulkEmails"
---

# Changes to Sends multiple emails in parallel using AWS SES service.

`POST /sendBulkEmails`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 5 revisions.

- **2025-05-29** `dfcea36afd3a` — 2 warning, 2 info
- **2025-05-27** `e2e5cbb7c6db` — 6 warning, 3 info
- **2025-05-16** `e9e8a90e40e0` — 5 breaking, 1 warning, 3 info

## Changes

- **2025-05-29** `dfcea36afd3a` — 2 warning, 2 info
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `500` status
  - added the optional property `message` to the response with the `400` status
  - added the optional property `message` to the response with the `500` status
- **2025-05-27** `e2e5cbb7c6db` — 6 warning, 3 info
  - removed the request property `bodyHtml`
  - removed the request property `bodyText`
  - removed the request property `displayName`
  - removed the request property `recipients`
  - removed the request property `sender`
  - removed the request property `subject`
  - added the new optional request property `body`
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `500`
- **2025-05-16** `e9e8a90e40e0` — 5 breaking, 1 warning, 3 info
  - added the new required request property `recipients`
  - added the new required request property `sender`
  - added the new required request property `subject`
  - removed the media type `application/json` for the response with the status `400`
  - removed the media type `application/json` for the response with the status `500`
  - removed the request property `body`
  - added the new optional request property `bodyHtml`
  - added the new optional request property `bodyText`
  - added the new optional request property `displayName`

---

[Operation](https://skmtc.dev/microfox-ai/apis/microfox-aws-ses-api/docs/sendBulkEmails/post.md) · [API](https://skmtc.dev/microfox-ai/apis/microfox-aws-ses-api.md) · [Page](https://skmtc.dev/microfox-ai/apis/microfox-aws-ses-api/changes/sendBulkEmails/post)
