Files
thingsboard-config/notification_template/f42aca80-0b6a-11f1-9957-b95a9cb5ea38.json
2026-02-19 21:24:48 +00:00

32 lines
838 B
JSON

{
"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"
}
}