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

# Microsoft Teams Integration

Any automation that supports email notifications can also send notifications to Microsoft Teams. The Microsoft Teams integration enables you to send real-time notifications from Asset Panda Pro to Microsoft Teams channels using automation workflows. This enables teams to stay informed without switching platforms.&#x20;

The automation workflow enables you to trigger messages based on events, such as record updates.&#x20;

The integration uses Microsoft Teams Incoming Webhooks to send messages from Asset Panda Pro to Teams channels. Multiple webhook URLs (channels) can be configured to send to different channels simultaneously based on the event type.

***

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

* Active access to Microsoft Teams with permission to create connectors in a Teams channel
* Administrative access to Asset Panda Pro

***

## **Add the Microsoft Teams integration in Asset Panda Pro**

1. Log into Asset Panda Pro with an administrator account.
2. Navigate to <img src="/files/dLHka5YWbUR3zisHLua6" alt="Settings icon" data-size="line"> **Settings** > **Account Management**.
3. Expand the appropriate account and module.
4. Click **Manage** in the **Integrations** card.
5. Select **Integration Store**.
6. In the **Microsoft Teams** tile, click **Add**. The **Integrations in this module** tab is displayed.
7. In the **Microsoft Teams** tile, click **Configure**.&#x20;

***

### **Generate the Webhook URL in Microsoft Teams**

1. Open Microsoft Teams and then navigate to the appropriate channel.
2. Click <i class="fa-ellipsis">:ellipsis:</i> and then select **Manage channel**.
3. Under **Connectors**, search for **Incoming Webhook**.
4. Click **Configure**.
5. Enter a name (and optional image)**.**
6. Click **Create**.
7. Copy the generated **Webhook URL**.

***

## **Configure an automation in Asset Panda Pro**

1. Create or edit an automation. See [Automations](/settings/account-management/automations.md).
2. Select a trigger (for example, **Record Update**).
3. For **Action type**, select **Send Notification.**
4. For **Notification Type**, select **Microsoft Teams**.
5. Click **Compose**.
6. For **Channel URL**, paste the webhook URL.

{% hint style="info" %}
Ensure the webhook URL is active and valid.
{% endhint %}

7. Compose your message.
8. Click **Save**.


---

# 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://prohelp.assetpanda.com/integrations-store/collaboration/microsoft-teams-integration.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.
