Get data and events out
Track data and events with Webhooks and send it to your systems or a third party
You may choose to receive any or all of the below events. More information on how to configure webhooks for your pathway can be found here.
pathway.startedTriggered every time a care flow is started.
pathway.stoppedTriggered every time a care flow is stopped.
pathway.completedTriggered every time a care flow is completed.
pathway.deletedTriggered every time a care flow is deleted.
activity.createdTriggered every time an activity in the care flow/pathway is created, including system activities.
activity.updatedTriggered every time an activity in the care flow/pathway is updated, including system activities.
activity.completedTriggered every time an activity in the care flow/pathway is completed, including system activities.
form.submittedTriggered every time a form is submitted.
data_point.collectedTriggered every time a new value for a data point is collected.
reminder.createdTriggered every time a reminder for a pending activity is created.
session.startedTriggered every time a hosted session is started.
session.completedTriggered every time a hosted session is completed.
session.expiredTriggered every time a hosted session is expired.
Some of our webhooks (might) contain Personally Identifying Information (PII) in their payload:
indirect_object field in the payload might contain PII information about the stakeholder the activity is assigned to.All other webhooks don't have PII in their payload but might contain UUIDs to identify a resource (eg: patient id and pathway id).
More detailed information on our Webhooks and an interactive webhook builder can be found in the developer tools section.