Notifications Bridge
The notifications bridge forwards community events to outside services like Slack and Microsoft Teams using webhooks. Manage it at Admin → Bridge (/admin/bridge). This is an admin feature.
Set up a target
- Click New target.
- Enter a name, paste the webhook URL from Slack or Teams, and choose which events to forward.
- Click Test to send a sample event and confirm it arrives.
- Save and enable the target.
Events you can forward
- New thread created
- New reply posted
- A member is mentioned
- A post is awarded
- A moderation action is taken
- A member joins or leaves
- An escalation is created
Delivery format
Events are delivered as JSON POST requests carrying the event type, timestamp, actor, and an event-specific payload. The format works with Slack incoming webhooks and Microsoft Teams connectors.
Manage targets
- Edit — change the webhook URL or the events a target forwards.
- Test — send a sample event to confirm delivery.
- Delete — remove a target.
Discussion
Sign in to start the discussion.