Send a webhook to automate your status page

  1. Go to Instatus, under Integrations, select Custom service (webhook)

  2. Copy your page's webhook URL

  3. 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, and be sure to include the templates.

{
"trigger": "down",
"createTemplate": "cl8hrdsdsasu232441sv26yq",
"status": "PARTIALOUTAGE"
}`

Status is optional

  1. If you want to resolve an incident, send a POST request to the URL with the following body
{
"trigger": "up",
"resolveTemplate": "cl8hrdsdsasu232342441sv26yq"
}`
We're done! 馃憦