Faxing: Webhooks




Faxing

Inbound Fax

Event


 inbound_fax



Payload

1{
2  "faxId": <long>,
3  "accountId": ""
4}

Description


Push notification event to partner when a fax was received by Updox.


Payload Summary


  • faxId: the unique identifier of the fax being received

  • accountId: the unique identifier of the account


Outbound Fax

Event


outbound_fax

Payload
1{
2  "faxId": <long>,
3  "accountId": "",
4  "status": ""
5}


Description


Push notification event to partner when a fax was sent from Updox to partner

Payload Summary


  • faxId: the unique identifier of the fax being sent

  • accountId: the unique identifier of the account

  • status: current state of fax

    • busy

    • failure

    • received

    • success