init commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"entityType" : "NOTIFICATION_TEMPLATE",
|
||||
"entity" : {
|
||||
"configuration" : {
|
||||
"deliveryMethodsTemplates" : {
|
||||
"WEB" : {
|
||||
"method" : "WEB",
|
||||
"additionalConfig" : {
|
||||
"icon" : {
|
||||
"enabled" : true,
|
||||
"icon" : "info",
|
||||
"color" : "#757575"
|
||||
},
|
||||
"actionButtonConfig" : {
|
||||
"enabled" : true,
|
||||
"text" : "Go to device",
|
||||
"linkType" : "LINK",
|
||||
"link" : "/devices/${deviceId}"
|
||||
}
|
||||
},
|
||||
"body" : "Device '${deviceName}' of type '${deviceType}' is now ${eventType}",
|
||||
"enabled" : true,
|
||||
"subject" : "Device '${deviceName}' became ${eventType}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"externalId" : null,
|
||||
"id" : {
|
||||
"entityType" : "NOTIFICATION_TEMPLATE",
|
||||
"id" : "f4299200-0b6a-11f1-9957-b95a9cb5ea38"
|
||||
},
|
||||
"name" : "Device activity notification",
|
||||
"notificationType" : "DEVICE_ACTIVITY"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user