Webhooks
Events
Cobalt can send webhooks for various events. Here are some examples:
appointment.created
: When a new appointment is created in an EHR. This is confirmation of the success of an asynchronous RPA operation.appointment.failed
: When an appointment could not be created in an EHR. This is confirmation of a failure of an asynchronous RPA operation. A failure reason will be provided so follow up action can be taken.appointment.cancelled
: When an existing EHR appointment is cancelled.appointment.status_updated
When a new appointment status has been updated in an EHR. This is confirmation of the success of an asynchronous RPA operation.patient.created
: When a new patient is created in an EHR. This is confirmation of the success of an asynchronous RPA operation.patient.failed
: When a patient could not be created in an EHR. This is confirmation of a failure of an asynchronous RPA operation. A failure reason will be provided so follow up action can be taken.note.uploaded
: When a new chart note is created in an EHR. This is confirmation of the success of an asynchronous RPA operation.
Example event payload
The following event shows a notification of a cancelled EHR appointment.