Pinpoint Template

An AWS Pinpoint Template is a reusable message configuration that defines the content and settings for communications such as email, SMS, or push notifications. It allows you to standardize messaging across campaigns, ensuring consistency and saving time by avoiding repetitive setup. Templates can include personalization features, making it easier to deliver targeted and engaging messages to users.

aws.pinpoint_template

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringThe Amazon Resource Name (ARN) of the message template. This value isn't included in a TemplateResponse object. To retrieve the ARN of a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the ARN for.
creation_datecorestringThe date, in ISO 8601 format, when the message template was created.
default_substitutionscorestringThe JSON object that specifies the default values that are used for message variables in the message template. This object isn't included in a TemplateResponse object. To retrieve this object for a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the object for.
last_modified_datecorestringThe date, in ISO 8601 format, when the message template was last modified.
tagscorehstore
template_descriptioncorestringThe custom description of the message template. This value isn't included in a TemplateResponse object. To retrieve the description of a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the description for.
template_namecorestringThe name of the message template.
template_typecorestringThe type of channel that the message template is designed for. Possible values are: EMAIL, PUSH, SMS, INAPP, and VOICE.
versioncorestringThe unique identifier, as an integer, for the active version of the message template.