Skip to content
Download AsyncAPI description
Servers
production
webhooks-manager.htech.app
More details
staging
webhooks-manager.staging.htech.app
More details
Channel
name: appointment.confirmed

Messages

Accepts the following message:

Payloadapplication/json

objectstringrequired
Value"Appointment"
idstringrequired
practice_group_idstringrequired
eventstringrequired
Value"appointment.confirmed"
Payload
{ "object": "Appointment", "id": "string", "practice_group_id": "string", "event": "appointment.confirmed" }

Send

An appointment has been confirmed

Messages

Channel
name: appointment.rescheduled

Messages

Accepts the following message:

Payloadapplication/json

objectstringrequired
Value"Appointment"
idstringrequired
practice_group_idstringrequired
eventstringrequired
Value"appointment.rescheduled"
Payload
{ "object": "Appointment", "id": "string", "practice_group_id": "string", "event": "appointment.rescheduled" }

Send

An appointment has been rescheduled

Messages

Channel
name: appointment.cancelled

Messages

Accepts the following message:

Payloadapplication/json

objectstringrequired
Value"Appointment"
idstringrequired
practice_group_idstringrequired
eventstringrequired
Value"appointment.cancelled"
Payload
{ "object": "Appointment", "id": "string", "practice_group_id": "string", "event": "appointment.cancelled" }

Send

An appointment has been cancelled

Messages

Channel
name: prescription.issued

Messages

Accepts the following message:

Payloadapplication/json

objectstringrequired
Value"Prescription"
idstringrequired
practice_group_idstringrequired
eventstringrequired
Value"prescription.issued"
Payload
{ "object": "Prescription", "id": "string", "practice_group_id": "string", "event": "prescription.issued" }

Send

A prescription has been issued

Messages

Channel
name: patient.medical-record-updated

Messages

Accepts the following message:

Payloadapplication/json

objectstringrequired
Value"Patient"
idstringrequired
practice_group_idstringrequired
eventstringrequired
Value"patient.medical-record-updated"
Payload
{ "object": "Patient", "id": "string", "practice_group_id": "string", "event": "patient.medical-record-updated" }

Send

Send

patient.medical-record-updated

A patient medical record has been updated

Messages

Channel
name: patient.added-to-sequence

Messages

Accepts the following message:

Payloadapplication/json

objectstringrequired
Value"Patient"
idstringrequired
practice_group_idstringrequired
eventstringrequired
Value"patient.added-to-sequence"
Payload
{ "object": "Patient", "id": "string", "practice_group_id": "string", "event": "patient.added-to-sequence" }

Send

A patient has been added to a sequence

Messages

Channel
name: write-to-record.succeeded

Messages

Accepts the following message:

Payloadapplication/json

objectstringrequired
Value"WriteToRecordEntry"
idstringrequired
practice_group_idstringrequired
eventstringrequired
Value"write-to-record.succeeded"
Payload
{ "object": "WriteToRecordEntry", "id": "string", "practice_group_id": "string", "event": "write-to-record.succeeded" }

Send

A WriteToRecord job finished successfully

Messages

Channel
name: write-to-record.failed

Messages

Accepts the following message:

Payloadapplication/json

objectstringrequired
Value"WriteToRecordEntry"
idstringrequired
practice_group_idstringrequired
eventstringrequired
Value"write-to-record.failed"
Payload
{ "object": "WriteToRecordEntry", "id": "string", "practice_group_id": "string", "event": "write-to-record.failed" }

Send

A WriteToRecord job failed permanently

Messages