IntegrationsNotifications & AlertsMicrosoft 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.

⚠️

Beta integration. Webhook delivery is operational. The Adaptive Card payload shape for richer notifications is still being finalised. Contact your account team if you’d like input into the final shape.

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.