# Adding Notifications for MS Teams

## **OVERVIEW**

[Oobeya](https://oobeya.io/) integrates with **Microsoft Teams** to send notification messages and reports to your channels. See the steps below to add *channels, connectors, and incoming webhooks* for MS Teams.

{% hint style="info" %}
After creating incoming webhooks, you can connect the Oobeya notification service with Microsoft Teams.
{% endhint %}

## **1. CREATING A NEW TEAM CHANNEL ON** MS TEAMS :speech\_balloon:&#x20;

1. Go to **Microsoft Teams** and open the ***Teams*** tab.
2. Click the **"Add channel"** option to create a new Teams channel.

![](/files/-MQv-mCdyxTm32hA_oLc)

3\. Enter the channel name and select the privacy option.

![](/files/-MQunAc8A81ftPbgf-Op)

4\. Add members to the channel and close the popup.

![](/files/-MQunSpe4wTHansiGhen)

## **2. ADDING CONNECTORS / WEBHOOKS TO THE TEAM** :electric\_plug:&#x20;

1. Select the **"Connectors"** option for the channel.

![](/files/-MQup2ENUCNyWEEq_JQa)

2\. Click the **Configure** button for the **Incoming Webhook**.

![MS Teams Connectors](/files/-MQupQHjXSBKN9ZQ9j3N)

3\. Enter a name for the connector (e.g. *qa-dashboard*) and upload an icon (optional). Then click **Create**.

![](/files/-MQurvqFUIhOGrEchTaJ)

4\. Copy the **Webhook URL**. It will be used for the Oobeya notification configuration.&#x20;

![Copy incoming webhook URL](/files/-MQusiqDt_RRq57uuZu9)

5\. You can find your configured Incoming Webhook URLs on the connectors popup when needed.

![MS Teams Configured Connectors](/files/-MQuu4wuUw1gmgZW5hzf)

## **3. ADDING NOTIFICATIONS ON QA DASHBOARD** :bell:&#x20;

1. Open the **Profiles & Teams**. Select the **Teams** tab to add a team notification.
2. Click the **Add Notification** button and configure the notification settings.

![](/files/-MQuy8AOS_2969vsjGT6)

3\. You can test the connection via the "Send Notification Now" button.

4\. Click **Add** to save the notification settings.

{% hint style="success" %}
**That's it!** Now you have a scheduled notifier for your **Microsoft Teams** channel.&#x20;
{% endhint %}


---

# 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.oobeya.io/alerts-and-notifications/adding-notifications-for-ms-teams.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.
