Skip to main content

ISESV2UpdateEmailTemplateRequest

Interface in AWS.SESV2

Interface for UpdateEmailTemplate requests.

Ancestors

Properties

TemplateName

property TemplateName: string

The name of the email template to update.

This identifies the specific email template that will be updated with new content. The template must exist in your Amazon SES account before it can be updated. This field is required and must be at least 1 character in length. The template name must reference an existing email template that was previously created for sending personalized emails. Email templates enable efficient sending of personalized emails to multiple destinations by defining reusable content with replacement tags for dynamic personalization.

TemplateContent

property TemplateContent: ISESV2EmailTemplateContent

Type: ISESV2EmailTemplateContent

The updated content of the email template including subject, HTML, and text versions.

This object contains the complete email template content including the subject line, HTML body, and plain text body that will replace the existing template content entirely. The template content supports personalization tags that are replaced with actual data when emails are sent. This enables dynamic content customization for each recipient while maintaining consistent template structure. This field is required and should include at minimum a subject line and either an HTML body or text body (or both) to provide complete email content for all email client types and accessibility requirements. Providing both HTML and text versions ensures compatibility across all email clients and improves deliverability by supporting recipients who prefer or require plain text email formats.