# Microsoft Teams Notifications

{% hint style="info" %}
As a status page admin, enable Microsoft Teams notifications under <mark style="background-color:green;">Subscriptions > Sub. Settings</mark> before your customers can subscribe.
{% endhint %}

## Enable Teams notifications (admin)

1. In your status page admin sidebar, click **Subscriptions**, then **Sub. Settings**.
2. Check **Enable Microsoft Teams notification** and click **Submit**.\
   \
   ![Enable Microsoft Teams notifications setting](/files/eWK8TR6NOYnAdkvIZmoU)

## How subscribers connect Teams

Once enabled, subscribers will see a Microsoft Teams option in the **Subscribe to Updates** modal on your status page.

![Microsoft Teams option in subscribe modal](/files/ypqxYyy1sTSclGVbgiW5)

To subscribe, they need an **Incoming Webhook URL** from Microsoft Teams:

1. In Microsoft Teams, click **Apps** and search for **Incoming Webhook**.
2. Click **Add to a team**, select the team/channel, and click **Set up a connector**.
3. Enter a name (e.g. "Acme Status") and click **Create**.\
   \
   ![Microsoft Teams Incoming Webhook setup](/files/xSnPh3L4bXrs8SAsxwqW)
4. Copy the generated webhook URL.\
   \
   ![Copy Teams webhook URL](/files/AJcqmIGRLadHwAwIQt9P)
5. Paste the URL into the **Microsoft Teams webhook URL** field in the subscribe modal and click **Subscribe**.\
   \
   ![Subscribe with Teams webhook URL](/files/Mx2KaqaljrXk4B98qunO)

A confirmation message will appear in the Teams channel immediately upon subscribing.


---

# 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.statuspal.io/platform/integrations/microsoft-teams-notifications.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.
