Prescription
Prescription Created Event
When a prescription is created or modified, a webhook event is sent to registered webhooks with details about the prescription, including the prescription ID, visit ID, doctor ID, patient ID, and event type.
The receiver can then use the prescription_id
from webhook events to retrieve the details of a specific prescription by calling the prescription API.
POST
Body
application/json
Available options:
prescription.created
, prescription.updated
Event occured timestamp
Example:
1730189586
Timestamp of the event
Example:
1730189586
Client ID for the appointment
Example:
"{{client_id}}"
Business ID for the appointment
Example:
"{{business_id}}"