← All help articles

Microsoft Teams integration

Teams integration delivers Adaptive Card alerts to a channel of your choice. Bot Framework registration enables interactive buttons (acknowledge, suppress) within Teams.

Setup

  1. Teams admin → Connectors → Incoming Webhook → pick a channel → copy the URL.
  2. NoDowntimeShield → Integrations → Teams → Connect → paste URL.

We send Adaptive Card v1.5 — the modern card format. Legacy MessageCard is no longer supported by Microsoft.

Card layout

Each alert card includes:

  • Severity badge (color-coded).
  • Asset (domain or repo).
  • Plain-English description.
  • Recommended remediation.
  • Three action buttons: Acknowledge / Suppress / Open in dashboard.

Bot framework (optional)

If you register a Teams bot via Microsoft App Studio, button clicks come back to NoDowntimeShield as bot messages. Without a bot, the buttons open the dashboard in a new tab — still functional but less seamless.

Frequency

Real-time. Findings appear in Teams within 30 seconds of detection.