Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The ID of the business
The name of the email template
The subject of the email template. Variables are supported via {{ variableName }}
The JSON representing the email template. Mutually exclusive with plain text email templates
An array of attachments that will always be sent with this template
Whether this is a one off email template
The metadata of the email template
The kind of the email template
editor, old_editor The created EmailTemplate object
The ID of the email template
The name of the email template
The subject of the email template. Variables are supported via {{ variableName }}
(Deprecated) The body of the email template. Always null since there are no plaintext emails
The kind of the email template
html, unlayer, old_editor, editor The HTML representation of the rich text email. May be null
The JSON representing the rich text email template. May be null
The new unlayer JSON template. May be null
The new unlayer HTML template. May be null
An array of attachments associated with the email template
Arbitrary metadata associated with this email template
The time when the email template was created in ISO 8601 format
The time when the email template was enabled in ISO 8601 format