Webhook

Lähetä webhookeja statussivusi päivittämiseen.

Lähetä webhook yksilölliseen URL-osoitteeseen
Lähetä webhook yksilölliseen URL-osoitteeseen
Statussivusi päivittyy
Statussivusi päivittyy
Mukauta päivityksiä mallipohjilla
Mukauta päivityksiä mallipohjilla
  1. Create a Webhook URL
  2. If you want to open a new incident, send a POST request to the URL with the following body Encode it as JSON with the Content-Type: application/json header.
  3. Example:
    {
    "trigger": "down"
    }
  4. If you want to resolve an incident, send a POST request to the URL with the following body
  5. Example:
    {
    "trigger": "up"
    }
  6. You're done! 🤖