Sandglass POSTs incident notifications to any URL you configure. Use generic webhooks for in-house tools, custom dashboards, or automation workflows that can receive HTTP requests.
The endpoint needs to accept HTTPS POST requests and respond with 2xx. You can write a small Lambda, a serverless function on Vercel/Cloudflare, an automation workflow, or a custom internal service.
In Notifications, add a new Webhook channel and paste the URL. Optionally configure an Authorization header value (used as a static bearer token by Sandglass on every request).
Use a staging check or a temporary endpoint to inspect the notification body. Verify your handler parses it correctly before routing production incidents through the endpoint.
Your receiver should be safe to call more than once. Store the monitor and incident identifiers you receive so your downstream system does not double-process the same incident.