Create Email Template Using POST
Note: This method is deprecated and will be removed in next release. Use the recommended public method, instead (see POST /api/notifications/templates
)
E-mail template as payload Notes Examples for new/updated/canceled Alerts)
{
"html": false,
"id": "string",
"name": "string",
"template": "string"
}
Flag that indicates whether the template is HTML or plain text
Identifier of this template. Automatically generated by the system on Create.
The name of the template
The body of the template
The newly created e-mail template
{
"html": false,
"id": "string",
"name": "string",
"template": "string"
}
Flag that indicates whether the template is HTML or plain text
Identifier of this template. Automatically generated by the system on Create.
The name of the template
The body of the template