Notifications Bridge
Send community events to external services like Slack and Microsoft Teams via webhooks. Access at /admin/bridge.
Setup
- Click "New target" to add a webhook
- Enter a name, the webhook URL, and select the events to forward
- Test the webhook to verify delivery
- Save and enable
Supported Events
- New thread created
- New reply posted
- User mentioned
- Post awarded
- Moderation action taken
- User joined/left
- Escalation created
Webhook Format
Events are delivered as JSON POST requests with the event type, timestamp, actor, and event-specific payload. Compatible with Slack incoming webhooks and Microsoft Teams connectors.
Management
- Edit — modify webhook URL or event selection
- Test — send a test event to verify the endpoint
- Delete — remove a webhook target
## Notifications Bridge Send community events to external services like Slack and Microsoft Teams via webhooks. Access at `/admin/bridge`. ### Setup 1. Click "New target" to add a webhook 2. Enter a name, the webhook URL, and select the events to forward 3. Test the webhook to verify delivery 4. Save and enable ### Supported Events - New thread created - New reply posted - User mentioned - Post awarded - Moderation action taken - User joined/left - Escalation created ### Webhook Format Events are delivered as JSON POST requests with the event type, timestamp, actor, and event-specific payload. Compatible with Slack incoming webhooks and Microsoft Teams connectors. ### Management - **Edit** — modify webhook URL or event selection - **Test** — send a test event to verify the endpoint - **Delete** — remove a webhook target