Send a single email

Sends a single email to a specified recipient using the AWS SES service.

post/sendEmail

Request body

senderstring required

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

recipientstring required

Email address of the recipient

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

Email sent successfully

Changes