1 Answer
- Newest
- Most votes
- Most comments
1
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 2 years ago
Relevant content
- asked 2 days ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month 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?