paws.customer.engagement (version 0.1.0)

ses_create_custom_verification_email_template: Creates a new custom verification email template

Description

Creates a new custom verification email template.

Usage

ses_create_custom_verification_email_template(TemplateName,
  FromEmailAddress, TemplateSubject, TemplateContent,
  SuccessRedirectionURL, FailureRedirectionURL)

Arguments

TemplateName

[required] The name of the custom verification email template.

FromEmailAddress

[required] The email address that the custom verification email is sent from.

TemplateSubject

[required] The subject line of the custom verification email.

TemplateContent

[required] The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

SuccessRedirectionURL

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

FailureRedirectionURL

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

Request syntax

svc$create_custom_verification_email_template(
  TemplateName = "string",
  FromEmailAddress = "string",
  TemplateSubject = "string",
  TemplateContent = "string",
  SuccessRedirectionURL = "string",
  FailureRedirectionURL = "string"
)

Details

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.