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.

post/sendBulkEmails

Request body

Response

Successful operation

Changes

Changed in 3 of the 5 revisions of this API.598

  • dfcea36afd3a22See the full diff
    • removed the optional property error from the response with the 400 status

      response-optional-property-removed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • added the optional property message to the response with the 400 status

      response-optional-property-added

    • added the optional property message to the response with the 500 status

      response-optional-property-added

  • e2e5cbb7c6db63See the full diff
    • removed the request property bodyHtml

      request-property-removed

    • removed the request property bodyText

      request-property-removed

    • removed the request property displayName

      request-property-removed

    • removed the request property recipients

      request-property-removed

    • removed the request property sender

      request-property-removed

    • removed the request property subject

      request-property-removed

    • added the new optional request property body

      new-optional-request-property

    • added the media type application/json for the response with the status 400

      response-media-type-added

    • added the media type application/json for the response with the status 500

      response-media-type-added

  • e9e8a90e40e0513See the full diff
    • added the new required request property recipients

      new-required-request-property

    • added the new required request property sender

      new-required-request-property

    • added the new required request property subject

      new-required-request-property

    • removed the media type application/json for the response with the status 400

      response-media-type-removed

    • removed the media type application/json for the response with the status 500

      response-media-type-removed

    • removed the request property body

      request-property-removed

    • added the new optional request property bodyHtml

      new-optional-request-property

    • added the new optional request property bodyText

      new-optional-request-property

    • added the new optional request property displayName

      new-optional-request-property