The object representing our email templates. NOTE: In the body, either prebuilt_customization or custom_html_customization may be specified but not both. If both are provided, a 400 Bad Request will be returned with an invalid_argument error.
Email template object
Fields
template_id string
A unique identifier to use for the template – this is how you'll refer to the template when sending emails from your project or managing this template. It can never be changed after creation.
name object
The human-readable name of the template. This does not have to be unique.
sender_information SenderInformation
Information about the email sender, such as the reply address or rendered name. If building a custom_html_customization email template, this field is required.
prebuilt_customization PrebuiltCustomization
Customization related to prebuilt fields (such as button color) for prebuilt email templates
custom_html_customization CustomHTMLCustomization
Customization related to the custom HTML for custom HTML email templates