Messaging connectors
Messaging connectors route platform notifications and alerts to your team’s chat tools—so the right people hear about important events without checking the platform manually.
Supported platforms
Section titled “Supported platforms”- Slack
- Microsoft Teams
- Generic webhooks (any HTTP endpoint)
- Go to Integrations → Catalog → Messaging → Slack and click Connect.
- You’ll be redirected to Slack’s OAuth authorization page. Select the workspace to connect and click Allow.
- Once authorized, return to the integration settings and select the default channel for notifications.
You can configure multiple Slack channels for different notification types in the routing rules.
- Go to Integrations → Catalog → Messaging → Microsoft Teams and click Connect.
- Sign in with your Microsoft 365 account and grant the requested permissions.
- Select the team and channel to send notifications to.
Teams notifications are delivered as Adaptive Cards with a summary of the event and a link to the relevant item.
- Go to Integrations → Catalog → Messaging → Webhook and click Add endpoint.
- Enter the URL of your HTTP endpoint.
- Select the notification types to send to this endpoint.
Payloads are sent as JSON. See event types for payload schemas.
Channel routing
Section titled “Channel routing”Route different notification types to different channels or recipients using routing rules. For example:
- Send
report.completedevents to the#analytics-teamchannel. - Send
user.deactivatedevents to the#securitychannel. - Send all alert-level events to an on-call webhook.
To configure routing rules, go to Integrations → [Integration name] → Routing.
Notification rules
Section titled “Notification rules”Each notification type can be toggled independently. Common notification types:
| Type | Description |
|---|---|
report.completed | A scheduled report has finished running |
sync.failed | A data source or connector sync has failed |
user.invited | A new member has been invited to the workspace |
alert.triggered | A configured threshold alert has fired |
Notification volume can be high in active workspaces—start with the highest-priority types and expand from there.