> For the complete documentation index, see [llms.txt](https://docs.runway.team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runway.team/integrations/notifications/microsoft-teams.md).

# Microsoft Teams

<div align="left"><figure><img src="/files/nFcZayWQsHLlaFv96WCR" alt=""><figcaption></figcaption></figure></div>

## Set up

### Navigate to the Integration settings view

1. Select an app in the top left corner from the Switcher
2. Navigate to **App Settings** by clicking the gear icon (⚙️) at the top of the Timeline sidebar
3. Click on **Integrations** in the sidebar

### **Connect Microsoft Teams**

{% hint style="warning" %}
**Important!** Before connecting a Teams integration, we recommend creating a user in your Microsoft Teams organization called "Runway" that will be used for authentication. This will ensure that messages sent by Runway are correctly attributed to the Runway user instead of the user that completed the installation.
{% endhint %}

1. Find the **Microsoft Teams** integration module under the **Notifications** section
2. Click the **Connect** button
3. You’ll be taken through a standard Microsoft Teams OAuth flow

{% hint style="info" %}
Runway can send notifications to **private** channels only once the Runway user been given access to the channel. The Runway user is the user that was used during authentication.
{% endhint %}

### Setting up Microsoft Teams

1. Select the **Primary channel** you want notifications to go to. You can select or enter multiple channels.

{% hint style="info" %}
You can override default channel(s) for individual notifications by going to **App settings > Notifications** and clicking the :gear: icon for the notification you want to configure to send to a different channel.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.runway.team/integrations/notifications/microsoft-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.
