Microsoft Teams

Send incident notifications to Microsoft Teams channels via incoming webhook with Adaptive Cards.

OutboundChat & Messaging
Start Free Trial

Quick Setup

Copy Webhook URL

Go to your Alert24 dashboard and copy the webhook URL for Microsoft Teams.

Configure Microsoft Teams

Add the webhook URL in your Microsoft Teams settings.

Auto-Detected

Alert24 auto-detects Microsoft Teams payloads and maps them to incidents.

Step-by-Step Setup Instructions

Microsoft Teams Integration Setup

This is an outbound integration — Alert24 sends incident notifications to your Teams channel.

1.Go to Settings → Integrations in Alert24
2.Scroll down to the Microsoft Teams section
3.Create an incoming webhook in your Teams channel:

- Open the channel → Click ...Connectors (or Manage channelConnectors)

- Search for Incoming WebhookConfigure

- Name it "Alert24" and click Create

- Copy the webhook URL

4.Paste the URL in Alert24 and click Save
5.Enable "Teams" as a notification channel in your notification rules or escalation policies

Notifications are sent as Adaptive Cards with incident title, severity, status, affected services, and a link to the incident.

Example Webhook Payload

This is a sample payload that Microsoft Teams sends to Alert24 when an alert fires.

{
  "type": "message",
  "attachments": [
    {
      "contentType": "application/vnd.microsoft.card.adaptive",
      "content": {
        "type": "AdaptiveCard",
        "version": "1.4",
        "body": [
          {
            "type": "TextBlock",
            "text": "Alert24 Incident",
            "size": "small"
          },
          {
            "type": "TextBlock",
            "text": "API Latency Spike",
            "size": "large",
            "weight": "bolder"
          }
        ]
      }
    }
  ]
}

How Alert24 Maps Microsoft Teams Data

Status Field

auto-detected

Message Field

auto-detected

Auto-Create Incidents

No

Auto-Resolve Incidents

No

Connect Microsoft Teams to Alert24 in minutes

Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.

More Chat & Messaging Integrations