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

POST /sendBulkEmails

Every recorded change to this endpoint, newest first. Back to the operation

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

  1. dfcea36afd3a22
  2. e2e5cbb7c6db63
  3. e9e8a90e40e0513

What changed

  • 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