Email Template Email Template
data class EmailTemplateEmailTemplate(val defaultSubstitutions: String? = null, val description: String? = null, val headers: List<EmailTemplateEmailTemplateHeader>? = null, val htmlPart: String? = null, val recommenderId: String? = null, val subject: String? = null, val textPart: String? = null)
Properties
Link copied to clipboard
JSON object that specifies the default values to use for message variables in the message template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable. When you create a message that's based on the template, you can override these defaults with message-specific and address-specific variables and values.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The unique identifier for the recommender model to use for the message template. Amazon Pinpoint uses this value to determine how to retrieve and process data from a recommender model when it sends messages that use the template, if the template contains message variables for recommendation data.
Link copied to clipboard