Configuration
To set up a webhook, you need to provide the following details:| Field | Description | Required |
|---|---|---|
| URL | The endpoint URL where the POST request will be sent. | Yes |
| Secret | A secret key sent in the X-Webhook-Secret header for verification. | No |
1
Setup in UptimeKit
- Go to Settings > Integrations in your UptimeKit dashboard.
- Find Webhook in the list and click Configure.
- Enter your URL and optional Secret.
- Click Save Changes.
Payload Structure
UptimeKit sends aPOST request with a JSON body containing the event details.
Headers
Body Example
Supported Events
You will receive events for the following actions:incident.createdincident.acknowledgedincident.comment_addedincident.resolved