Updated Articles

  1. Patient Portal: Webhooks

    Patient Portal Import Message Event  import_message  Payload 1{ 2 "accountId": "", 3 "userId": "", 4 "messageId": , 5 "patientId": "" 6} Description  Push notification event to pa...
  2. Patient Management: Webhooks

    Patient Managemen t Patient Communication Consent Event  patient_communication_consent  Payload 1{ 2 "practiceId": "", 3 "patientId": "", 4 "action": "", 5 "deliveryMethod": "" 6} Desc...
  3. Faxing: Webhooks

    Faxing Inbound Fax Event  inbound_fax Payload 1{ 2 "faxId": , 3 "accountId": "" 4} Description Push notification event to partner when a fax was received by Updox. ...
  4. Document Management: Webhooks

    Document Managemen t Import to EHR Event  import_to_ehr Payload 1{ 2 "accountId": "", 3 "messageId": , 4 "userId": "", 5 "patientId": "", 6 "categoryId": "", 7 "date": " " 8} ...
  5. Direct Messaging: Webhooks

    Direct Messaging Inbound Direct Event  inbound_direct Payload 1{ 2 "accountId": "", 3 "userId": "", 4 "messageId": 5} Description Push notification event to partner when a direct...
  6. Account Management: Webhooks

    Account Management Account Status Event  account_status Payload 1{ 2 "accountId": "", 3 "active": 4} Description  Push notification event to partner when an   account is registered, ...
  7. Overview: Webhooks

    What Are Webhooks? Webhook is a way for a user of a system to tap into the workflow and listen for specific events. When an event of a subscribed webhook occurs, the system will send your assigned listener (the “hook”) the event information. To...
  8. February 2024 Release Notes

    Updated /Practice Create APIs to Not Allow Whitespace Characters for the accountID field We have updated our /PracticeCreate APIs so that whitespace characters will not be allowed in the emrAccountID . For /PracticeCreate , /PracticeCreate/1.1...
  9. February 2024

    SMS Send From Numbers We have added default information to the numbers used in sending SMS texts.  You have the option to select a 'Send From' number for a location or queue when sending SMS text messages.  If you do not select a location or queue,...
  10. Articles