Monday, March 6, 2023

How to View List of Email Template in AWS SES via API


Amazon SES is reliable, scalable email to communicate with customers at the lowest industry prices from Amazon, Inc.

To view List of Email templates in AWS SES, you can use this API:

  aws ses list-templates 

 Example output:
{
"TemplatesMetadata": [
{
"Name": "SpecialOffers",
"CreatedTimestamp": "2020-08-05T16:04:12.640Z"
},
{
"Name": "NewsAndUpdates",
"CreatedTimestamp": "2019-10-03T20:03:34.574Z"
}
]
}

0 comments:

Post a Comment