Webhook Settings

Endpoint
/api/alert
Test Payload
curl -X POST /api/alert \
  -H 'content-type: application/json' \
  -d '{"service":"Payments API","severity":"critical","title":"Payments API is down","dedupe_key":"payments-api-down"}'