Skip to main content

ISESV2CreateCustomVerificationEmailTemplateRequest

Interface in AWS.SESV2

Interface for CreateCustomVerificationEmailTemplate requests.

Ancestors

Properties

FailureRedirectionURL

property FailureRedirectionURL: string

The URL that users are redirected to if email verification fails.

This should be a page on your website that explains the verification failure and provides options for the user to retry or contact support. The URL must use HTTPS protocol.

FromEmailAddress

property FromEmailAddress: string

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

This email address must be verified in your AWS account before it can be used as the sender for custom verification emails.

SuccessRedirectionURL

property SuccessRedirectionURL: string

The URL that users are redirected to after successfully clicking the verification link.

This should be a page on your website that confirms successful email verification and provides next steps for the user. The URL must use HTTPS protocol.

TemplateContent

property TemplateContent: string

The content of the custom verification email template.

The template content must include a verification link placeholder that will be replaced with the actual verification URL when the email is sent. Use {{VerificationURL}} as the placeholder for the verification link. The template content has a maximum size limit of 10MB.

TemplateName

property TemplateName: string

The name of the custom verification email template.

The template name must be unique within your AWS account and can contain letters, numbers, underscores, and dashes. This name will be used to reference the template when sending custom verification emails.

TemplateSubject

property TemplateSubject: string

The subject line of the custom verification email.

The subject line should clearly indicate that this is a verification email to help recipients understand the purpose of the message.