What Is a Webhook Receiver?
A webhook receiver is an endpoint configured to accept HTTP POST payloads sent by an alerting or event source when something happens. It parses the incoming data and can trigger custom logic, such as opening a ticket, posting to a service, or kicking off remediation. It is the integration point for behavior the built-in channels do not cover.
Why it matters
Off-the-shelf notification channels cannot cover every workflow. A webhook receiver makes alerts programmable, letting teams wire them into custom automation, including CI-driven remediation jobs.
Related guides
What Is a Notification Channel?A notification channel is a configured delivery destination for alerts, such as email, chat, SMS, or a pager…
What Is Alert Routing?Alert routing maps each alert to the right destination based on its labels, deciding which team, channel, or…
What Is a Heartbeat Monitor?A heartbeat monitor expects a periodic check-in signal and raises an alert when that signal stops arriving, c…