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.

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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠