Send multiple emails in parallel

Sends multiple emails to a list of recipients using the AWS SES service. Emails are sent in parallel for improved performance.

post/sendBulkEmails

Request body

senderstring required

Email address of the sender (must be verified in AWS SES)

recipientsstring[] required

List of recipient email addresses

displayNamestring

Display name for the sender (e.g., "John Doe" john@example.com)

subjectstring required

Subject line of the email

bodyTextstring

Plain text version of the email body

bodyHtmlstring

HTML version of the email body

Response

Emails sent successfully

Changes