Direct Messaging: Webhooks



Direct Messaging

Inbound Direct

Event


 inbound_direct



Payload

1{
2  "accountId": "",
3  "userId": "",
4  "messageId": <long>
5}


Description


Push notification event to partner when a direct message was received by Updox


Payload Summary


  • accountId: the unique identifier of the account

  • userId: the unique identifier of the receiving user

  • messageId: the unique identifier of the direct message

Inbound MDN

Event


inbound_mdn
Payload
 
{
2  "messageId": <long>,
3  "mdnStatus": ""
4}


Description


Push notification event to partner when a MDN is received by Updox

Payload Summary


  • messageId: the unique identifier of the MDN

  • mdnStatus: current state of MDN

    • deleted

    • denied

    • dispatched

    • failed

    • processed

    • received