Teams Notifications
Post notifications to Microsoft Teams channels using incoming webhooks or the Teams connector.
Teams Channel
- Channel webhooks
- Adaptive cards
- Actionable messages
- Thread replies
Webhook Setup
- In Teams, go to the target channel
- Click the … menu and select Connectors
- Find “Incoming Webhook” and click Configure
- Name the webhook (e.g., “OpsPilot Alerts”)
- Copy the webhook URL
- Paste the URL in the platform settings
Card Format
Notifications are sent as Adaptive Cards with actionable buttons for quick response. Cards include event details, affected tenant information, and action buttons for common responses.
API Reference
PUT /api/settings/notifications— Update notification settingsPOST /api/settings/notifications/test— Send test notification
Last updated on