Webhook Integration

Premium badge
This is a premium feature

You can integrate Slack with your own webhook endpoint to get notified when incidents occur.

The webhook request will be made in the following format

HTTP Method: POST

HTTP Headers

  • Content-Type: application/json

Body:

"type": "triggered" | "resolved",
"timestamp": time in UTC as a string,
"data": {
    "service": Service name,
    "statusPage": Link to official status page,
    "eventURL": Link to the event,
    "content": Content of the event,
    "title": Title of the event,
}

  1. Go to your IncidentHub account and click on Channels -> Add -> Webhook

  2. Add a Name and Description

  3. Under "Webhook URL", paste your webhook URL.

Add a webhook channel

Last updated