Webhooks
Listen for events on your care flows/pathways so your integration can automatically trigger reactions.
Awell uses webhooks to notify your application when an event happens in a pathway. Webhooks are particularly useful for asynchronous events such as when a stakeholder completes an action or a pathway gets completed.
A webhook enables Awell to push real-time notifications to your app. Awell uses HTTPS to send these notifications to your app as a JSON payload. You can then use these notifications to execute actions in your backend systems. To learn more, see the webhook events overview.
You can start receiving event notifications in your app using the steps in this section:
Webhooks are configured on a per pathway basis in Awell Studio (see Settings > Webhooks
). You can find more information on how to configure webhooks in your care flows/pathways here.
Webhooks can be configured separately for pathway preview (when building and testing pathways) and for pathway orchestration. In addition, when previewing care flows/pathways all webhooks are skipped by default but you have the ability to trigger them manually to test your endpoint implementation.