# Statuspage.io Integration

Atlassian Statuspage is a communication tool that lets teams publish real-time service health information to their users. It supports outbound webhook notifications whenever an incident is created, updated, or resolved — and whenever a component's operational status changes. This integration pipes those events directly into ITOC360 so your on-call team stays in the loop without having to monitor a separate status page.

### In Statuspage.io

The webhook subscription lives under your page's **Subscribers** section. Navigate there from the left sidebar, then switch to the **Webhook** tab.

<figure><img src="https://4108595529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FimJRSa33y5Ej6rwXrBeA%2Fuploads%2F3GkbJZIJ6s18HBDNDd00%2Fimage.png?alt=media&#x26;token=7ff13772-e6e8-4c60-acdb-c0792c160e1e" alt=""><figcaption></figcaption></figure>

Click the **Options** button in the top right and select **Add subscriber**. In the modal that appears, make sure the subscriber type is set to **Webhook**, then paste your ITOC360 webhook URL into the **Endpoint URL** field.

<figure><img src="https://4108595529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FimJRSa33y5Ej6rwXrBeA%2Fuploads%2FxFgsUbZn9stWXiJa58j5%2FEkran%20Resmi%202026-04-02%2013.27.36.png?alt=media&#x26;token=b33c1a9e-05c3-4fa3-b0b2-e54371dd796b" alt=""><figcaption></figcaption></figure>

Your endpoint URL follows this format:

```
https://<url>?token=<x-itoc360-token>
```

Hit **Add subscriber** to save. Statuspage will immediately begin sending webhook payloads to that URL whenever activity occurs on your page.

#### Triggering an incident

To verify the integration is working, head to **Incidents** in the left sidebar and click **Create incident**. Give it a name, select at least one affected component, check **Send notifications**, and hit **Create**.

<figure><img src="https://4108595529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FimJRSa33y5Ej6rwXrBeA%2Fuploads%2F432waIfTJGmOBuYf9oxt%2Fimage.png?alt=media&#x26;token=40317e68-a193-4c6b-b188-78d5e93a9680" alt=""><figcaption></figcaption></figure>

<figure><img src="https://4108595529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FimJRSa33y5Ej6rwXrBeA%2Fuploads%2FkSOyHnoENHfHjdjoBMaM%2Fimage.png?alt=media&#x26;token=6f1714e9-e5c5-40f1-9e9b-6b2a230c575a" alt=""><figcaption></figcaption></figure>

Statuspage sends a webhook for each status transition — so you will see a payload when the incident is created as `investigating`, and another when you move it through `identified`, `monitoring`, or `resolved`.

#### Updating a component status

Component-level status changes also trigger webhooks independently of incidents. Go to **Components** in the sidebar, find the component you want to update, and click **Edit** next to it.

<figure><img src="https://4108595529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FimJRSa33y5Ej6rwXrBeA%2Fuploads%2FrTBXQbhySlQFHIId4DkN%2Fimage.png?alt=media&#x26;token=3f40babf-8057-486d-b2d2-df3c037144ae" alt=""><figcaption></figcaption></figure>

On the edit screen, open the **Status** dropdown. You can set the component to any of the available states — Operational, Degraded performance, Partial outage, Major outage, or Under maintenance.

<figure><img src="https://4108595529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FimJRSa33y5Ej6rwXrBeA%2Fuploads%2Fcd25XzBvmioExgMG2yMB%2Fimage.png?alt=media&#x26;token=0ef05545-eed2-4fb2-888b-45c22a9f2e17" alt=""><figcaption></figcaption></figure>

Changing the status and saving fires a `component_update` webhook event. Setting it back to **Operational** will trigger a resolve event in ITOC360.

### In ITOC360

Go to **Sources**, click **Create Source**, and select **Statuspage.io** from the list. Copy the webhook URL shown on the source detail page and use it as the endpoint when adding your subscriber in Statuspage, as described above.

ITOC360 handles both event types automatically. Incident events are resolved when the incident status reaches `resolved`. Component events are resolved when the component returns to `operational`. The priority level is derived from the incident's impact field — `none` maps to Low, `minor` to Medium, `major` to High, and `critical` to Critical. Component status changes without an associated incident default to Medium priority.
