Notification Enhancement For Different Channels
Overview
Key Functionalities
Enhancement 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"]
},
{
"businessService": "MCOLLECT.CREATE",
"module": "MCOLLECT",
"action" : "CREATE",
"channelNames": ["SMS", "EMAIL", "EVENT"]
},
{
"businessService": "PGR",
"module": "PGR",
"action" : "INITIATE",
"channelNames": ["SMS", "EMAIL", "EVENT"]
},
{
"businessService": "WS.CREATE",
"module": "WS",
"action" : "EXECUTE_DISCONNECTION",
"channelNames": ["SMS", "EMAIL", "EVENT"]
}
]Steps
Last updated
Was this helpful?