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

# Teams

You can integrate Aporia with Microsoft's Teams to receive alerts and notifications directly to your Teams channels.

### Setting up the Teams Integration

1. Create an incoming webhook for the desired Teams channel according to the following guidance: [Microsoft Support](https://support.microsoft.com/en-us/office/post-a-workflow-when-a-webhook-request-is-received-in-microsoft-teams-8ae491c7-0394-4861-ba59-055e33f75498#:~:text=You%20can%20post%20to%20a,a%20webhook%20request%20is%20received.\&text=next%20to%20the%20channel%20or,that%20best%20suits%20your%20needs.)
2. Log into Aporia’s console. On the navbar on the left, click on **Integrations,** switch to the **Applications** tab, and choose **Teams**.&#x20;
3.

```
<figure><img src="/files/a3BljNRzTix7sExTB1Aj" alt=""><figcaption><p>Teams Integration</p></figcaption></figure>
```

4. Enter your **Integration Name** and **Webhook URL.** The URL should include the schema (http/ https).<br>

   <figure><img src="/files/6rJeczMqhWPCZV1F0cFu" alt=""><figcaption><p>Integration Configuration</p></figcaption></figure>
5. Click Save. On success the save button will become disabled, and you'll be able to Test or Remove the integration.

**Congratulations: You’ve now successfully added your Teams integration to Aporia!**

After Integrating Teams, you'll be able to select sending alerts to your Teams channel in the **Custom mode** of the monitor builder.<br>

<figure><img src="/files/AS1R3cUky5Or3ZaCourv" alt=""><figcaption><p>Monitor configuration</p></figcaption></figure>

### Alert's format

The alert will be sent to your Teams channel with a link to the alert in Aporia.

<figure><img src="/files/Mxz3bIp3p9nPgpft0oWR" alt=""><figcaption><p>Alert</p></figcaption></figure>

Happy Monitoring!


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.aporia.com/integrations/teams.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
