I would call GetEmailTemplate
, but it is not listed in the documentation what is the endpoint.
https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetEmailTemplate.html
I tried this, but it does not work:
https://email-smtp.eu-central-1.amazonaws.com/v2/email/templates/TemplateName
Which endpoint I need?
I did set AccessKey
and SecretKey
in Authorization with AWS Signature
.
I also tried Postman AWS API integration, set the needed credentials, but got stuck here:
https://learning.postman.com/docs/integrations/available-integrations/aws-api-gateway/