Skip to main content

ISESV2CreateEmailTemplateRequest

Interface in AWS.SESV2

Interface for CreateEmailTemplate requests.

Ancestors

Properties

TemplateContent

property TemplateContent: ISESV2EmailTemplateContent

Type: ISESV2EmailTemplateContent

The content and metadata for the email template.

Defines the template's subject line, HTML body, text body, and default sender information. Templates support replacement variables using {{variable_name}} syntax for personalization. Both HTML and text versions should be provided to ensure compatibility across all email clients.

TemplateName

property TemplateName: string

The name of the email template.

Template names must be unique within your AWS account and region. The name can contain up to 64 characters and must consist of alphanumeric characters, underscores, or dashes only.