Webhook Notification Recipients
Webhook Notification Recipients lets teams route webhook warning and disabled alerts to multiple email addresses directly from the Add Webhook modal. Engineering leads, DevOps contacts, and operations teams can all stay informed when a webhook endpoint starts failing or gets deactivated -- without relying on a single default recipient.
Built by SE Team
The problem it solves
When a webhook endpoint begins failing or gets disabled, the alert goes to a single default contact -- leaving engineering leads, DevOps teams, and operations staff out of the loop until something breaks downstream. Teams managing multiple integrations need a reliable way to ensure the right people are notified without manual escalation.
What's included
- Additional Notification Emails field in the Add Webhook modal, accepting comma-separated addresses
- Warning notification delivery to all specified recipients when an endpoint begins failing
- Disabled notification delivery to all specified recipients when an endpoint is deactivated
- Support across all Healthie API versions via the additional_notification_emails parameter
- Per-endpoint recipient configuration, allowing different alert contacts for different webhooks
How it works
Navigate to the Webhooks settings in the Healthie dashboard and open the Add Webhook modal. Enter one or more email addresses in the Additional Notification Emails field, separated by commas. Those addresses will receive warning notifications when the webhook endpoint begins experiencing failures and disabled notifications if the endpoint is deactivated. The same configuration is available via the API using the additional_notification_emails field on the webhook object.
Webhook Notification Recipients adds a configurable email list to each webhook endpoint, ensuring that warning and disabled notifications reach every stakeholder who needs them. It is built for technical teams managing multiple integrations where a single point of contact creates alert blind spots. During webhook setup, admins enter one or more comma-separated addresses in the Additional Notification Emails field. The setting is available in both the Healthie UI and across all API versions via the additional_notification_emails parameter.
