> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simplismart.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft Teams

> Post alert notifications to a Microsoft Teams channel via incoming webhook

The Microsoft Teams integration posts notifications to a channel using a Teams incoming webhook connector.

## Configuration

| Field           | Required | Description                                                            |
| --------------- | -------- | ---------------------------------------------------------------------- |
| **Label**       | Yes      | A display name for this integration, visible in the integrations table |
| **Webhook URL** | Yes      | Incoming webhook URL from your Teams channel connector                 |

## Obtain a webhook URL

<Steps>
  <Step title="Open the target channel">
    In Microsoft Teams, navigate to the channel you want to receive alerts.
  </Step>

  <Step title="Add a connector">
    Click **...** next to the channel name → **Connectors**. Search for **Incoming Webhook** and click **Configure**.
  </Step>

  <Step title="Name and create the webhook">
    Give the webhook a name (e.g., "Simplismart Alerts") and click **Create**.
  </Step>

  <Step title="Copy the URL">
    Copy the generated webhook URL and click **Done**.
  </Step>
</Steps>

## Add to a contact point

<Steps>
  <Step title="Open or create a contact point">
    Go to **Alerting** → **Contact Points** and open an existing contact point or create a new one.
  </Step>

  <Step title="Add a Microsoft Teams integration">
    Click **Add Integration** and select **Microsoft Teams** from the **Integration** dropdown.
  </Step>

  <Step title="Fill in the fields">
    Enter a **Label** for this integration and paste the **Webhook URL** you copied from Teams.

    <img src="https://mintcdn.com/simplismart-3f10d72e/ER67ub_w7E_QI1A5/images/observability/alerting/contact-point/contact-point-teams.png?fit=max&auto=format&n=ER67ub_w7E_QI1A5&q=85&s=4fe074b0047f04ce8f045571acee6429" alt="Microsoft Teams integration form" width="1258" height="729" data-path="images/observability/alerting/contact-point/contact-point-teams.png" />
  </Step>

  <Step title="Save">
    Review the configurations and click **Save**.
  </Step>
</Steps>
