Microsoft Teams
Send incident notifications to Microsoft Teams channels via incoming webhook with Adaptive Cards.
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.
- Open the channel → Click ... → Connectors (or Manage channel → Connectors)
- Search for Incoming Webhook → Configure
- Name it "Alert24" and click Create
- Copy the webhook URL
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
Slack
OutboundSend incident notifications to Slack channels via incoming webhooks with rich Block Kit formatting.
Discord
OutboundSend incident notifications to Discord channels via webhook.
Telegram
OutboundSend incident notifications to Telegram chats and groups via bot.
Mattermost
OutboundSend incident notifications to Mattermost channels via incoming webhook.
Google Chat
OutboundSend incident notifications to Google Chat spaces via webhook.
Webex
OutboundSend incident notifications to Webex spaces via incoming webhook.