# Postman Monitors Integration

Postman is a platform for API development, allowing developers to design, test, document, and monitor APIs. It offers a user-friendly interface and a comprehensive suite of tools to simplify working with APIs, making creating, sharing, and troubleshooting API requests easier. Postman's monitor feature enables developers to schedule and automate API tests. By integrating ilert with Postman, users can automatically send alerts from Postman to their incident management platform, ensuring the prompt delivery of alerts. This guide will walk you through setting up a connection between ilert and Postman.

## In ilert: Create a Postman Monitors alert source <a href="#create-alarm-source" id="create-alarm-source"></a>

1. Go to **Alert sources** -> **Alert sources** and click **Create new alert source**.

   <figure><img src="/files/rmL9OoRxcWnDwcJZQm4Y" alt=""><figcaption></figcaption></figure>
2. Search for **Postman Monitors** in the search field, click the Postman tile, and then **Next**.

   <figure><img src="/files/1WoRRYB5U40PbeMJ7Hit" alt=""><figcaption></figcaption></figure>
3. Give your alert source a name, optionally assign teams, and click **Next**.
4. Select an **escalation policy** by creating a new one or assigning an existing one.

   <figure><img src="/files/y4Bakf2apGhBN56U8ZPR" alt=""><figcaption></figcaption></figure>
5. Select your [Alert grouping](/alerting/configure-alerting/alert-sources.md#alert-grouping) preference and click **Continue setup**. You may click **Do not group alerts** for now and change it later.

   <figure><img src="/files/nTlB0ZCIW1SP3dj6P9nO" alt=""><figcaption></figcaption></figure>
6. The next page shows additional settings, such as customer alert templates or notification priority. Click **Finish setup** for now.
7. On the final page, an API key and/or webhook URL will be generated. You will need it later.

<figure><img src="/files/RD1zQcS6uHtzUMrYT9H4" alt="" width="563"><figcaption></figcaption></figure>

## In Postman: Create a Webhook

1. On the Home page, click **Integrations**.

<figure><img src="/files/SoOekF49nCMvB9HBcjM2" alt="" width="375"><figcaption></figcaption></figure>

2. Now click on **Browse All Integrations**.

<figure><img src="/files/BM3CbvXYUKvuSlXcAXjs" alt="" width="563"><figcaption></figcaption></figure>

3. In the search field, enter webhooks and click the **Webhooks** tile.

<figure><img src="/files/ItwxECLNu2WZwAClxlr7" alt="" width="563"><figcaption></figcaption></figure>

4. Now in the **Post monitoring results** section, click on **Add integration**.

<figure><img src="/files/WuV94cMA9bNH9bHsu1iU" alt="" width="563"><figcaption></figcaption></figure>

5. Enter a **Nickname**, choose a desired **workspace** and **Monitor**.
6. Now enter the alert source url created in ilert into the **Webhook URL** field and select **Notify for 3 failures and then first success**.
7. Click on **Add Integration** to finish the setup.

<figure><img src="/files/0FivXd6rkmcdpmAhvrEX" alt="" width="563"><figcaption></figcaption></figure>

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

**Will alerts in ilert be resolved automatically?**

Yes, as soon as the state of a Monitor in Postman is Healthy again, the alert in ilert will be fixed.


---

# 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/postman-monitors.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.
