[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
EmailTemplate
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.
Properties
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
JSON Example
{
"html": false,
"id": "string",
"name": "string",
"template": "string"
}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Property Of
EmailTemplates
Parameter To
Update Email Template
Create Email Template
Returned By
Update Email Template
Create Email Template
Get Email Template