1 Answers
0
Hello
Can you elaborate the request a bit? For example,
- how does your architecture look like and what's the use case ?
- SES notification email creation using published api? is this for bounce/complaints/Delivery/send etc...
if it is Monitor email sending , you may consider using Amazon SES event publishing https://docs.aws.amazon.com/ses/latest/dg/monitor-using-event-publishing.html and SES API are listed here: https://docs.aws.amazon.com/ses/latest/APIReference-V2/Welcome.html
Regards,
answered 20 days ago
Relevant questions
Simple Email Service (SES) notifications via Simple Notification Service (SNS) - JSON sent is different from documenation?
asked 6 months agoI can't get a callback for a complaint (SES)
asked 3 months agoHow do i parse event object for SNS notification for SES put to s3 bucket
asked 3 years agoSES notification
asked 21 days agoSES Status Notification with SQS FIFO Queue
asked 3 months agoAWS SES not sending notification via SNS
Accepted Answerasked 6 months agoHow to add headers and commonHeaders in SES?
asked 2 months ago[WorkMail] Do I need to request production access in SES?
Accepted Answerasked 6 months agoAWS SES Keep Email or Sent Mail Data ?
asked 5 years agoDelivery status notification(Failure)
asked 3 months ago
Are you trying to use a REST API/HTTP API in API Gateway to send an email through SES? If not, how does your architecture look like?