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.started
Triggered every time a care flow/pathway is started.
pathway.completed
Triggered every time a care flow/pathway is completed.
activity.created
Triggered every time an activity in the care flow/pathway is created, including system activities.
activity.completed
Triggered every time an activity in the care flow/pathway is completed, including system activities.
form.submitted
Triggered every time a form is submitted.
data_point.collected
Triggered every time a new value for a data point is collected.
reminder.created
Triggered every time a reminder for a pending activity is created.
session.started
Triggered every time a hosted session is started.
session.completed
Triggered every time a hosted session is completed.
session.expired
Triggered 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.