SES Template

An SES Template in AWS Simple Email Service is a reusable email layout that defines the subject line, text body, and HTML body of an email. It allows you to standardize and personalize messages by inserting dynamic content at send time. Templates simplify managing consistent email formats across campaigns and notifications.

aws.ses_template

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
html_partcorestringThe HTML body of the email.
subject_partcorestringThe subject line of the email.
tagscorehstore
template_namecorestringThe name of the template. You use this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.
text_partcorestringThe email body that is visible to recipients whose email clients do not display HTML content.