v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1486424386.4 KB

Creates a new custom verification email template.

For more information about custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

post/v2/email/custom-verification-email-templates

Request body

TemplateNamestring required

The name of the template. You will refer to this name when you send email using the <code>SendTemplatedEmail</code> or <code>SendBulkTemplatedEmail</code> operations.

FromEmailAddressstring required

The email address that the custom verification email is sent from.

TemplateSubjectstring required

The subject line of the email.

TemplateContentstring required

The content of the custom verification email template.

SuccessRedirectionURLstring required

The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

FailureRedirectionURLstring required

The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

Response

Success

CreateCustomVerificationEmailTemplateResponse required

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.