35 lines
1016 B
JSON
35 lines
1016 B
JSON
{
|
|
"entityType" : "NOTIFICATION_TEMPLATE",
|
|
"entity" : {
|
|
"configuration" : {
|
|
"deliveryMethodsTemplates" : {
|
|
"WEB" : {
|
|
"method" : "WEB",
|
|
"additionalConfig" : {
|
|
"icon" : {
|
|
"enabled" : true,
|
|
"icon" : "info",
|
|
"color" : "#757575"
|
|
},
|
|
"actionButtonConfig" : {
|
|
"enabled" : true,
|
|
"text" : "Go to ${entityType:lowerCase}",
|
|
"linkType" : "LINK",
|
|
"link" : "/${entityType:lowerCase}s/${entityId}"
|
|
}
|
|
},
|
|
"body" : "${entityType} '${entityName}' was ${actionType} by user ${userEmail}",
|
|
"enabled" : true,
|
|
"subject" : "${entityType} was ${actionType}"
|
|
}
|
|
}
|
|
},
|
|
"externalId" : null,
|
|
"id" : {
|
|
"entityType" : "NOTIFICATION_TEMPLATE",
|
|
"id" : "f4285980-0b6a-11f1-9957-b95a9cb5ea38"
|
|
},
|
|
"name" : "Entity action notification",
|
|
"notificationType" : "ENTITY_ACTION"
|
|
}
|
|
} |