Notification System
Last updated
Last updated
POST /notification
{
"notificationId" : "",
"userId" : "1234",
"templateId" : "1234",
"body": "<Noitification>" //json
"channels" : ["EMAIL", "PUSH"],
"key": "<idempotency>",
"status": "PENDING/INPROGRESS/NOTIFIED",
"priority": "HIGH/MEDIUM/LOW",
"from": "Client Name",
"creationTimeStamp": "",
}{
"templateId": "",
"content": ""
}{
"userPrefId": "",
"userId": "",
"emailPref": enabled/disable <boolean>,
"smsPref": enabled/disable <boolean>,
"appPref": enabled/disable <boolean>
}