For the complete documentation index, see llms.txt. This page is also available as Markdown.

Webhooks

Receive real-time POST notifications from Statuspal to your own endpoints when incidents or service status changes occur.

Statuspal supports outbound webhooks so you can receive events from your status page and monitoring system in real time. When a selected event occurs, Statuspal sends a POST request to your endpoint with a JSON payload in the body.

Setup

  1. Click Webhooks in the admin sidebar, then click New Webhook. New Webhook button

  2. Enter your endpoint URL.

  3. Select one or more events to subscribe to.

  4. Click Create.

Once created, click Send test request to verify that your endpoint receives payloads correctly. The latest response from your server will appear inline.

Webhook test request result

Webhook events

service.monitored_status.updated

Triggered when a service configured with Statuspal's internal monitoring changes status (up/down).

incident.created, incident.updated, incident.deleted

Triggered during the lifecycle of an incident. All three events share the same payload shape.

Last updated