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

# Microsoft Teams Integration

> Send StatusStack alerts to Microsoft Teams channels

## Overview

Deliver StatusStack alerts to Microsoft Teams with adaptive cards, actionable buttons, and rich formatting perfect for enterprise environments.

***

## Setup Guide

<Steps>
  <Step title="Create Incoming Webhook">
    In Microsoft Teams:

    1. Open the channel
    2. Click **⋯** → **Connectors**
    3. Search for **"Incoming Webhook"**
    4. Click **Configure**
    5. Name it "StatusStack"
    6. Upload logo (optional)
    7. Copy Webhook URL
  </Step>

  <Step title="Configure in StatusStack">
    1. **Settings** → **Notifications**
    2. Create rule
    3. Select **Microsoft Teams**
    4. Paste webhook URL
    5. Choose card style
  </Step>

  <Step title="Test">
    Send test notification
  </Step>
</Steps>

***

## Adaptive Cards

Teams messages use Adaptive Cards with:

* **Color-coded headers** by severity
* **Structured data** in card format
* **Action buttons** (view status, acknowledge)
* **Inline facts** (status, duration, impact)

***

## Best Practices

* Use dedicated channels per Stack or environment
* Configure @ mentions for critical alerts only
* Leverage action buttons for quick responses
* Integrate with Power Automate for workflows

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Notification Setup" icon="bell" href="/guides/notification-setup">
    Configure alerts
  </Card>

  <Card title="Email Integration" icon="envelope" href="/integrations/email">
    Email notifications
  </Card>
</CardGroup>
