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

# Microsoft Teams

> Connect Microsoft Teams with Twinalyze to receive selected alerts and project updates in a Teams channel.

Twinalyze uses a Microsoft Teams webhook workflow to send notifications to the channel you select.

## Before you begin

Make sure you have:

* Access to the required Microsoft Teams organization
* Permission to create workflows
* A channel for Twinalyze notifications
* Permission to manage integrations in Twinalyze

## Connect Microsoft Teams

<Steps titleSize="h3">
  <Step title="Open the Teams channel">
    Open Microsoft Teams and go to the channel where you want to receive Twinalyze notifications.

    Select the **More options** menu next to the channel name.
  </Step>

  <Step title="Open Workflows">
    Select **Workflows** from the channel menu.

    Search for the following workflow template:

    ```text theme={null}
    Send webhook alerts to a channel
    ```
  </Step>

  <Step title="Configure the workflow">
    Select the Microsoft account that will own the workflow.

    Enter a workflow name such as:

    ```text theme={null}
    Twinalyze Notifications
    ```

    Select **Next** to continue.
  </Step>

  <Step title="Select the destination">
    Select the required Microsoft Team and channel.

    When the workflow is created from a channel, these fields may already be selected.

    Select **Add workflow** to create the webhook.
  </Step>

  <Step title="Copy the webhook URL">
    After the workflow is created, Microsoft Teams displays the webhook URL.

    Copy the complete webhook URL.

    <Warning>
      Keep the webhook URL private. Anyone with access to an unauthenticated webhook URL may be able to send messages to the connected workflow.
    </Warning>
  </Step>

  <Step title="Open Twinalyze Integrations">
    Open your Twinalyze project and go to **Project Setting → Integrations**.

    Find **Microsoft Teams** under the communication integrations.
  </Step>

  <Step title="Add the webhook URL">
    Open the Microsoft Teams integration.

    Paste the copied URL into the **Webhook URL** field.

    Select the notification options available for your project.
  </Step>

  <Step title="Test the connection">
    Click **Test Connection** to send a test notification.

    Open the selected Microsoft Teams channel and confirm that the message was received.
  </Step>

  <Step title="Save the integration">
    Click **Connect**, **Submit**, or **Save** to complete the integration.

    Microsoft Teams will appear as connected on the Twinalyze integrations page.
  </Step>
</Steps>

<div className="twinalyze-bottom-nav">
  <a href="/integrations/slack" className="twinalyze-nav-side">
    <span className="twinalyze-nav-arrow">‹</span>
    <span>Previous</span>
  </a>

  <a href="/integrations/gtm" className="twinalyze-nav-center">
    <strong>Google Tag Manager.</strong>
    <span>Configure google tag manager.</span>
  </a>

  <a href="/integrations/gtm" className="twinalyze-nav-side">
    <span>Next</span>
    <span className="twinalyze-nav-arrow">›</span>
  </a>
</div>
