IntegrationsOtherMicrosoft Teams

Microsoft Teams

Post event notifications to a Microsoft Teams channel via an incoming webhook. Useful for ops alerting and monitoring — not a high-volume event delivery destination.

⚠️

Status: alpha. Scaffolded entry. Adaptive Card payload shape for richer notifications is planned in the next release.

Prerequisites

  • A Microsoft Teams channel.
  • An Incoming Webhook configured on that channel. Enable under Connectors > Incoming Webhook on the target channel.

Configuration fields

FieldRequiredNotes
webhook_urlYesTeams channel incoming webhook URL (kept secret).

When to use

  • Critical business events (first purchase of the day, large order placed, delivery-failure threshold breached).
  • Oncall rotations for non-paging events where Slack is not the team’s chat tool.
  • Audit notifications for sensitive pipeline changes.

When NOT to use

  • High-volume event streams — Teams has rate limits and will drop messages.
  • Alerts that need paging semantics — use PagerDuty instead.