An error occurred (InvalidParameterValue) when calling the CreateCustomVerificationEmailTemplate operation: The success redirection URL is invalid.

0

I'm trying to create a new SES CustomVerificationEmailTemplate using the CLI.

aws ses create-custom-verification-email-template --template-name "NewTemplate" --from-email-address help@donorpoint.com --template-subject "Please confirm your email address" --template-content "<html>  <body > <h1 >POST</h1> </body> </html>" --success-redirection-url "https://test.gobigriver.com/admin/SESConfirm.html" --failure-redirection-url "https://test.gobigriver.com/admin/SESConfirm.html"

I am receiving the error:

An error occurred (InvalidParameterValue) when calling the CreateCustomVerificationEmailTemplate operation: The success redirection URL is invalid.

The URL is valid. I cannot even recreate an existing valid template using its current data from the CLI.

ron0
已提問 3 個月前檢視次數 108 次
1 個回答
0

Hello, I have reviewed the AWS CLI command and I can confirm that the CLI command is correct and there are no errors in the CLI command. With same command I was able to create custom verification email template without any issues. Since the issue cannot be replicated hence I would request you to please reach out to the AWS Premium Support/Technical support via a support case and please include the output of below command with debug option over the support case.

aws ses create-custom-verification-email-template --template-name "NewTemplate" --from-email-address help@donorpoint.com --template-subject "Please confirm your email address" --template-content "<html>  <body > <h1 >POST</h1> </body> </html>" --success-redirection-url "https://test.gobigriver.com/admin/SESConfirm.html" --failure-redirection-url "https://test.gobigriver.com/admin/SESConfirm.html" --debug

Note: For security reasons sharing AWS CLI debug output over public forum is not recommended. Also for faster resolution I would request you to please reach out to the AWS Premium Support since Premium Support have access to CloudTrail logs to review the parameters received for an API call made via AWS CLI.

AWS
支援工程師
Lakshay
已回答 3 個月前
profile picture
專家
已審閱 3 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南