← Back to home

Webhook

Wire alerts into whatever you already run

A structured JSON POST built for your own tooling to parse, not for a human to read in a chat window.

A payload meant for code, not a chat client

Where Slack gets a formatted message, a generic webhook rule gets a plain JSON object: { trigger, issue: { id, title, status, exception_class, events_count, url } } for an issue-based trigger, or the equivalent heartbeat shape for a missed heartbeat. That's deliberately the raw data, not prose, so it's easy to route into your own on-call tool, a custom dashboard, or anything else that can accept a POST.

Point it at an internal endpoint, a generic automation tool, or anywhere else that takes a webhook -- the target field just needs to be a reachable http(s) URL.

The new notification rule form, showing the trigger and channel dropdowns, target field, and spike threshold fields

Webhook uses the exact same rule form as every other channel.


See it with your own alerts

Free plan included, no credit card required.

Get started free