Files
thingsboard-config/notification_template/f42c0300-0b6a-11f1-9957-b95a9cb5ea38.json
paul@velocoding.com 392508da6e init commit
2026-02-19 21:24:21 +00:00

32 lines
933 B
JSON

{
"entityType" : "NOTIFICATION_TEMPLATE",
"entity" : {
"configuration" : {
"deliveryMethodsTemplates" : {
"WEB" : {
"method" : "WEB",
"additionalConfig" : {
"icon" : {
"enabled" : true,
"icon" : "person",
"color" : "#757575"
},
"actionButtonConfig" : {
"enabled" : false
}
},
"body" : "${userEmail} assigned alarm on ${alarmOriginatorEntityType} '${alarmOriginatorName}' to ${assigneeEmail}",
"enabled" : true,
"subject" : "Alarm '${alarmType}' (${alarmSeverity}) was assigned to user"
}
}
},
"externalId" : null,
"id" : {
"entityType" : "NOTIFICATION_TEMPLATE",
"id" : "f42c0300-0b6a-11f1-9957-b95a9cb5ea38"
},
"name" : "Alarm assigned notification",
"notificationType" : "ALARM_ASSIGNMENT"
}
}