email-formatting-template
email-formatting-template
Model that represents a Email template. Either both of the updatedAlertTemplate and canceledAlertTemplate fields should be provided or neither of them. If those fields are not provided, the value of newAlertTemplate will be used while sending the notification.
AllOf
JSON Example
{
"type": "string",
"newAlertTemplate": {
"subject": "string",
"body": "string"
},
"updatedAlertTemplate": {
"subject": "string",
"body": "string"
},
"canceledAlertTemplate": {
"subject": "string",
"body": "string"
}
}