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" : "warning",
|
||||
"color" : "#757575"
|
||||
},
|
||||
"actionButtonConfig" : {
|
||||
"enabled" : true,
|
||||
"text" : "Go to rule chain",
|
||||
"linkType" : "LINK",
|
||||
"link" : "/ruleChains/${ruleChainId}"
|
||||
}
|
||||
},
|
||||
"body" : "${componentType} '${componentName}' failed to ${action}",
|
||||
"enabled" : true,
|
||||
"subject" : "${action:capitalize} failure in Rule chain '${ruleChainName}'"
|
||||
}
|
||||
}
|
||||
},
|
||||
"externalId" : null,
|
||||
"id" : {
|
||||
"entityType" : "NOTIFICATION_TEMPLATE",
|
||||
"id" : "f42d3b80-0b6a-11f1-9957-b95a9cb5ea38"
|
||||
},
|
||||
"name" : "Rule chain/node lifecycle failure notification",
|
||||
"notificationType" : "RULE_ENGINE_COMPONENT_LIFECYCLE_EVENT"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user