email-template
email-template
Model object representing an email template. Email templates are used by the Email Notification Plugins to render the content of an Email. The system does not limit the number of Email Templates in the system.
JSON Example
{
"html": false,
"id": "string",
"name": "string",
"template": "string"
}
boolean
html
Required
Flag that indicates whether the template is HTML or plain text
string
id
Required
Identifier of this template. Automatically generated by the system on Create.
string
name
Required
The name of the template
string
template
Required
The body of the template