# StatusPage Integration

## In StatusPage: Create an API key <a href="#create-alarm-source" id="create-alarm-source"></a>

1. Go to your StatusPage, click on the **Profile** tile and then on the **API info** button

![](/files/-MVvuDJiO8nbovPnWHgJ)

2. On the next page click on the **Create key**

![](/files/-MVvuTXUpRsJHDf4vLtT)

3. On the modal window, name the key e.g. ilert and click on the **Confirm** button

![](/files/-MVvv0SrHC0XLLW6FTMI)

4. On the next page, a API key is generated. You will need this key and the page id below when setting up the connector in ilert.

![](/files/-MVvxIAqkkKWclVhWxtL)

## In ilert: Create the Statuspage Connector and link it to the alert source <a href="#create-alarm-source" id="create-alarm-source"></a>

1. **\*\*Click the gear icon and then click on the** Connectors\*\* link

![](/files/-MVvVEyvN3fXUo2aqmBu)

2. Click the **Add Connector** button

![](/files/-MVvVeIIkyW0rkE7P-0L)

3. On the next page, choose **StatusPage** as type, name the connector, paste the **API Key** that you generated in StatusPage and click on the **Save** button.

![](/files/-MVvwGdRyp7gS64OiVh0)

4. Go to the alert sources tab and open the alert source whose alerts you want to create StatusPage Incidents. Click on the **Alert actions** tab and then on the **Add new alert action** button

![](/files/-MVvZL8p_k8wOgN-enwu)

5. On the next page choose **StatusPage** as the type, choose the connector created in step 3, name it, choose **Trigger mode,** paste the **Page Id** and click on the **Save** button.

![](/files/-MVvwjZJBFyJI_PfSpnE)

6. Finished! Now an StatusPage alert will be created for each alert in automatic trigger mode or via manual alert action.

## StatusPage Incident Lifecycle

| When an ilert alert ... event occurs                                                            | ...and the StatusPage alert... | ...then the/an StatusPage alert...       |
| ----------------------------------------------------------------------------------------------- | ------------------------------ | ---------------------------------------- |
| <p><strong>Created, re-assigned,</strong></p><p><strong>escalated, priority raised</strong></p> | does not exist                 | is created with status **investigating** |
| **Accepted**                                                                                    | does not exist                 | is created with status **identified**    |
| **Resolved**                                                                                    | does not exist                 | is created with status **resolved**      |
| **Comment added**                                                                               | does not exist                 | is created with status **identified**    |
| <p><strong>Re-assigned, escalated,</strong></p><p><strong>priority raised</strong></p>          | exists                         | change status to **investigating**       |
| **Accepted**                                                                                    | exists                         | change status to **identified**          |
| **Resolved**                                                                                    | exists                         | change status to **resolved**            |
| **Comment added**                                                                               | exists                         | add update with comment content          |

## FAQ <a href="#faq" id="faq"></a>

**Can I link multiple StatusPage Accounts to an ilert account?**

Yes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ilert.com/integrations/inbound-integrations/statuspage-io.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
