init commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"entityType" : "NOTIFICATION_TEMPLATE",
|
||||
"entity" : {
|
||||
"configuration" : {
|
||||
"deliveryMethodsTemplates" : {
|
||||
"WEB" : {
|
||||
"method" : "WEB",
|
||||
"additionalConfig" : {
|
||||
"icon" : {
|
||||
"enabled" : true,
|
||||
"icon" : "people",
|
||||
"color" : "#757575"
|
||||
},
|
||||
"actionButtonConfig" : {
|
||||
"enabled" : false
|
||||
}
|
||||
},
|
||||
"body" : "${userEmail} ${action} comment: ${comment}",
|
||||
"enabled" : true,
|
||||
"subject" : "Comment on '${alarmType}' alarm"
|
||||
}
|
||||
}
|
||||
},
|
||||
"externalId" : null,
|
||||
"id" : {
|
||||
"entityType" : "NOTIFICATION_TEMPLATE",
|
||||
"id" : "f42aca80-0b6a-11f1-9957-b95a9cb5ea38"
|
||||
},
|
||||
"name" : "Alarm comment notification",
|
||||
"notificationType" : "ALARM_COMMENT"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user