Notification Enhancement Based On Different Channel
Overview
Key Functionalities
Configuration Details
"channelList": [
{ "businessService": "PT.CREATE",
"module": "PT",
"action" : "OPEN",
"channelNames": ["SMS", "EMAIL", "EVENT"]
},
{
"businessService": "BPA.CREATE",
"module": "BPA",
"action" : "SENDBACKTOCITIZEN",
"channelNames": ["SMS", "EMAIL", "EVENT"]
},
{
"businessService": "NewTL",
"module": "TL",
"action": "FORWARD",
"channelNames": ["SMS", "EMAIL", "EVENT"]
},
{
"businessService": "WS.CREATE",
"module": "WS",
"action" : "ACTIVATE_CONNECTION",
"channelNames": ["SMS", "EMAIL", "EVENT"]
},
{
"businessService": "SW.CREATE",
"module": "SW",
"action" : "APPROVE_CONNECTION",
"channelNames": ["SMS", "EMAIL", "EVENT"]
}
]Steps To Enable/Disable Channels
Configure Business Service
Last updated
Was this helpful?