Skip to main content
The webhook event is sent when a record is uploaded.

Request

Headers: Body:

Field Descriptions

  • service: The service that triggered the event (rec).
  • event: The type of event being triggered (rec.uploaded).
  • event_time: Unix timestamp indicating when the event occurred.
  • transaction_id: Identifier for this transaction.
  • timestamp: Unix timestamp indicating when the webhook was sent.
  • business_id: Identifier for the business associated with the event.
  • client_id: Identifier for the client associated with the event.
  • data: Contains additional details related to the event.
  • doctor_id: Identifier for the doctor associated with the uploaded record.
  • document_id: Identifier for the uploaded document.
  • patient_id: Internal system identifier for the patient.