A signed JSON webhook for anything else you run.
Point PulseTrace at any HTTPS endpoint and receive a signed JSON payload for every alert event — the universal adapter for chatops bots, ticketing systems, internal dashboards and automation platforms like n8n, Zapier or Make.
POST https://hooks.example.com/pulsetrace
Content-Type: application/json
X-PulseTrace-Signature: <HMAC-SHA256 of the body, keyed with the signing secret>
{
"event": "monitor_down",
"product": "PulseTrace",
"organization": "Acme Corp",
"destination": "Ops automation",
"message": "Checkout API is DOWN — HTTP 503 from us-east, eu-west. Incident #4821: https://app.pulsetrace.app/dashboard/incidents/4821"
}