Sends multiple emails in parallel using AWS SES service.
This function sends bulk emails to a list of recipients using AWS SES. It allows for parallel sending to improve performance and accepts various email parameters including sender, recipients, subject, and body content in both plain text and HTML formats.
Request body
Response
Successful operation
Changes
Changed in 3 of the 5 revisions of this API.598
- ●
removed the optional property
errorfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ○
added the optional property
messageto the response with the400statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the500statusresponse-optional-property-added
- ●
- ●
removed the request property
bodyHtmlrequest-property-removed
- ●
removed the request property
bodyTextrequest-property-removed
- ●
removed the request property
displayNamerequest-property-removed
- ●
removed the request property
recipientsrequest-property-removed
- ●
removed the request property
senderrequest-property-removed
- ●
removed the request property
subjectrequest-property-removed
- ○
added the new optional request property
bodynew-optional-request-property
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
- ○
added the media type
application/jsonfor the response with the status500response-media-type-added
- ●
- ▲
added the new required request property
recipientsnew-required-request-property
- ▲
added the new required request property
sendernew-required-request-property
- ▲
added the new required request property
subjectnew-required-request-property
- ▲
removed the media type
application/jsonfor the response with the status400response-media-type-removed
- ▲
removed the media type
application/jsonfor the response with the status500response-media-type-removed
- ●
removed the request property
bodyrequest-property-removed
- ○
added the new optional request property
bodyHtmlnew-optional-request-property
- ○
added the new optional request property
bodyTextnew-optional-request-property
- ○
added the new optional request property
displayNamenew-optional-request-property
- ▲