# Microsoft Teams

Monitor your Paradime activity through Microsoft Teams channels, where you'll receive notifications about Bolt Runs executions, Bolt System alerts, and Radar Data Alerts.&#x20;

## 1. Configure Microsoft Teams  <a href="#execute-the-cli" id="execute-the-cli"></a>

### Create a new team and/or channel

First, create a new Team or add a new channel to an existing team to receive the alerts. Ensure the channel's type is set to *Standard.*

### Create a MS Teams Webhook

In Paradime we will need to provide a webhook URL to send notifications to. Paradime support both [MS Teams Incoming Webhooks (Legacy)](https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=newteams%2Cdotnet) as well as  [MS Teams Workflows](https://support.microsoft.com/en-gb/office/create-incoming-webhooks-with-workflows-for-microsoft-teams-8ae491c7-0394-4861-ba59-055e33f75498).

{% tabs %}
{% tab title="Setup with MS Teams Workflows" %}

#### Create incoming webhooks with MS Teams Workflows <a href="#page-header" id="page-header"></a>

Below are the instructions on how to create an Incoming Webhook using MS Teams Workflows that will allow Paradime to send notification to your MS Teams Channel.

{% hint style="info" %}
You will need to generate a new Webhook URL for each channel you want to connect to Paradime for notifications.
{% endhint %}

1. Go to a channel in your MS Teams , click on the "more option" icon and select `Workflows`.&#x20;
2. Search the template `send webhook alerts to a channel`           &#x20;
3. Provide a Name for the Workflow, like Paradime Notifications
4. Setup the connection owning this workflow, we suggest using a service account user like **`paradime.alerts@acme.io`**
5. Configure the MS Teams and Channel.

When done, click on `Add Workflow`. Now copy the URL of the webhook, you will need this later when configuring the alerts.

{% @arcade/embed flowId="AeGIH3Cd54HwocwsXwKo" url="<https://app.arcade.software/share/AeGIH3Cd54HwocwsXwKo>" %}
{% endtab %}

{% tab title="Setup with MS Teams Incoming Webhooks (Legacy)" %}

### Create an Incoming Webhook (Legacy) <a href="#create-an-incoming-webhook" id="create-an-incoming-webhook"></a>

Below are the instructions on how to create an Incoming Webhook (Legacy) that will allow Paradime to send notification to your MS Teams Channel.

{% hint style="info" %}
You will need to generate a new Webhook URL for each channel you want to connect to Paradime for notifications.
{% endhint %}

1. Go to a channel in your MS Teams, click on the "more option" icon and select `Manage channel.`&#x20;
2. Choose `Edit` connectors.
3. Search for `Incoming webhook` and choose `Add`.&#x20;
4. Choose `Add` again and add name your webhook `Paradime` (or any other name you prefer).&#x20;
5. &#x20;*(Optional)*  You can add the Paradime logo for the Bot. **Download this** [**here**](https://20146536.fs1.hubspotusercontent-na1.net/hubfs/20146536/logo-no-text-light-transparent-3x.png)**.**&#x20;

When done, click on `Create` the webhook. Now copy the URL of the webhook, you will need this later when configuring the alerts.

{% @arcade/embed flowId="8mLJfUvsATtpy1XWakN4" url="<https://app.arcade.software/share/8mLJfUvsATtpy1XWakN4>" %}
{% endtab %}
{% endtabs %}

## 2. Connecting the MS Teams integration <a href="#enabling-the-app" id="enabling-the-app"></a>

Paradime MS teams integration is set up by the **Admin user** for each of your Paradime workspace. To enable the integration, open your *Account Settings > Integrations*, find the Paradime MS Teams and click Manage.

<figure><img src="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2FKNk6XdcpdItbTBVNd7wh%2Fimage.png?alt=media&#x26;token=16a30425-0a25-4b2e-af38-fa288a5d75a3" alt=""><figcaption></figcaption></figure>

For each of the channel you want to enable in Paradime to be used as a destination for notifications, enter:

* MS Teams Webhook URL (generated in the previous step)
* The MS Teams Channel name

When done, click on `Confirm` to complete the setup of the MS Teams integration. You can now setup MS Teams notifications for Bolt Schedules and Data Alerts.

<figure><img src="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2FEuDaSQ1KfeFEuwJ6BMmP%2Fimage.png?alt=media&#x26;token=06834d52-6e1e-4fd9-9ef8-f17a8e487e6e" alt=""><figcaption></figcaption></figure>


---

# 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.paradime.io/app-help/documentation/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.
