Webhook Events
/Hero Health Webhooks API
HeroHealth Webhooks 1.0.0
Servers
- https://webhooks-manager.htech.app/httpsproduction
Production
- https://webhooks-manager.staging.htech.app/httpsstaging
Staging
Operations
SEND appointment.confirmed
An appointment has been confirmed
Operation IDappointment.confirmedAvailable only on servers:
Accepts the following message:
Examples
{ "object": "Appointment", "id": "string", "practice_group_id": "string", "event": "appointment.confirmed" }This example has been generated automatically.
SEND appointment.rescheduled
An appointment has been rescheduled
Operation IDappointment.rescheduledAvailable only on servers:
Accepts the following message:
Examples
{ "object": "Appointment", "id": "string", "practice_group_id": "string", "event": "appointment.rescheduled" }This example has been generated automatically.
SEND appointment.cancelled
An appointment has been cancelled
Operation IDappointment.cancelledAvailable only on servers:
Accepts the following message:
Examples
{ "object": "Appointment", "id": "string", "practice_group_id": "string", "event": "appointment.cancelled" }This example has been generated automatically.
SEND prescription.issued
A prescription has been issued
Operation IDprescription.issuedAvailable only on servers:
Accepts the following message:
Examples
{ "object": "Prescription", "id": "string", "practice_group_id": "string", "event": "prescription.issued" }This example has been generated automatically.
SEND patient.medical-record-updated
A patient medical record has been updated
Operation IDpatient.medical-record-updatedAvailable only on servers:
Accepts the following message:
Examples
{ "object": "Patient", "id": "string", "practice_group_id": "string", "event": "patient.medical-record-updated" }This example has been generated automatically.
SEND patient.added-to-sequence
A patient has been added to a sequence
Operation IDpatient.added-to-sequenceAvailable only on servers:
Accepts the following message:
Examples
{ "object": "Patient", "id": "string", "practice_group_id": "string", "event": "patient.added-to-sequence" }This example has been generated automatically.