Account Management: Webhooks



Account Management

Account Status

Event


 account_status



Payload

1{
2  "accountId": "",
3  "active": <boolean>
4}

Description


 Push notification event to partner when an   account is registered, reopened, or closed.


Payload Summary


  • accountId: the unique identifier of the account

  • active: true if the account is active in the Updox system; false if inactive


Module Status

Event


module_status

Payload
 
1{
2  "practiceId": "",
3  "moduleId": "",
4  "active": <boolean>
5}


Description


Push notification event to partner when a module is purchased or cancelled for an account

Payload Summary


  • practiceId: the unique identifier of the account

  • moduleId: the unique identifier of the module being purchased or cancelled

  • active: true if the module is purchased in the Updox system; false if cancelled