Webhook
Send webhooks to update your status page.
- Generate a Webhook URL
- 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. - If you want to resolve an incident, send a POST request to the URL with the following body
- You're done! 🤖
Example:
{"trigger": "down"}
Example:
{"trigger": "up"}