ISESV2GetCustomVerificationEmailTemplateResponse
Interface in AWS.SESV2
Interface for GetCustomVerificationEmailTemplate responses.
Ancestors
Properties
FailureRedirectionURL
property FailureRedirectionURL: string
The URL that recipients are redirected to if email verification fails.
This URL is used when a recipient clicks the verification link in the custom verification email but the verification process is unsuccessful. This could occur if the verification link has expired, is malformed, or has already been used. The failure redirection URL should typically lead to a page that explains the verification failure and provides instructions for requesting a new verification email.
FromEmailAddress
property FromEmailAddress: string
The email address that the custom verification email is sent from.
This email address appears as the sender of the verification email and must be a verified identity in your Amazon SES account. Recipients will see this address in the "From" field of the verification email. Using a recognizable sender address helps improve email deliverability and recipient trust in the verification process.
SuccessRedirectionURL
property SuccessRedirectionURL: string
The URL that recipients are redirected to if email verification succeeds.
This URL is used when a recipient successfully clicks the verification link in the custom verification email and their email address is successfully verified and added to your SES verified identities. The success redirection URL should typically lead to a confirmation page that acknowledges the successful verification and may provide next steps or additional information.
TemplateContent
property TemplateContent: string
The HTML content of the custom verification email template.
This field contains the complete HTML body of the verification email that will be sent to recipients. The content should include a verification link that recipients can click to verify their email address. The template content can include personalization variables and should provide clear instructions to recipients about the verification process and the purpose of the email.
TemplateName
property TemplateName: string
The name of the retrieved custom verification email template.
This value matches the template name specified in the request and confirms the identity of the retrieved template configuration.
TemplateSubject
property TemplateSubject: string
The subject line of the custom verification email.
This text appears in the subject line of the verification email sent to recipients. The subject should be clear and descriptive to help recipients understand that this is a legitimate verification email and encourage them to complete the verification process. A well-crafted subject line helps improve email open rates and reduces the likelihood that verification emails will be marked as spam.