---
title: "Execute Instatus webhook"
method: POST
path: "/webhooks/{webhook_id}/{token}/instatus"
tags: ["Webhooks"]
---

# Execute Instatus webhook

`POST /webhooks/{webhook_id}/{token}/instatus`

Receives and processes Instatus status page webhook events, formatting them as messages in the configured channel.

## Path parameters

- `webhook_id` string, snowflake, required
- `token` string, required

## Request body

- InstatusWebhook
  - `meta` object, nullable
    - `unsubscribe` string, nullable
    - `documentation` string, nullable
  - `page` object, nullable
    - `id` string, nullable
    - `status_indicator` string, nullable
    - `status_description` string, nullable
    - `url` string, nullable
  - `incident` object, nullable
    - `id` string, nullable
    - `name` string, nullable
    - `url` string, nullable
    - `status` string, nullable
    - `backfilled` boolean, nullable
    - `created_at` string, nullable
    - `updated_at` string, nullable
    - `resolved_at` string, nullable
    - `incident_updates` object[], nullable
      - `id` string, nullable
      - `incident_id` string, nullable
      - `markdown` string, nullable
      - `status` string, nullable
      - `created_at` string, nullable
      - `updated_at` string, nullable
    - `affected_components` object[], nullable
      - `id` string, nullable
      - `name` string, nullable
      - `status` string, nullable
  - `maintenance` object, nullable
    - `id` string, nullable
    - `name` string, nullable
    - `url` string, nullable
    - `status` string, nullable
    - `maintenance_start_date` string, nullable
    - `maintenance_end_date` string, nullable
    - `backfilled` boolean, nullable
    - `created_at` string, nullable
    - `updated_at` string, nullable
    - `resolved_at` string, nullable
    - `maintenance_updates` object[], nullable
      - `id` string, nullable
      - `maintenance_id` string, nullable
      - `markdown` string, nullable
      - `created_at` string, nullable
      - `updated_at` string, nullable
    - `affected_components` object[], nullable
      - `id` string, nullable
      - `name` string, nullable
      - `status` string, nullable
  - `component_update` object, nullable
    - `created_at` string, nullable
    - `new_status` string, nullable
    - `component_id` string, nullable
  - `component` object, nullable
    - `id` string, nullable
    - `name` string, nullable
    - `status` string, nullable
    - `created_at` string, nullable

## Response `204`

No Content

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.dev/fluxer/apis/fluxer-api.md) · [All operations](https://skmtc.dev/fluxer/apis/fluxer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluxer/fluxer-api/revisions/d9c706133cc5/schema)
