Notification
Listen to user and emit notifications
This listener processes the request body and emit notification events to webhook service
POST
/
notification
/
send
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
tenant-key
string
requiredtenant id
Body
application/json
Notification received
id
string
notificationType
string
documentType
string
overrideContactInfo
object[]
Response
200 - application/json
id
string
documentType
string
notificationType
string
overrideContactInfo
object[]
Was this page helpful?