mobieusKnow Notifications Bridge History #54
Author
Patrick Bass
Submitted
May 26, 2026 10:36pm
Reviewed
May 26, 2026 10:36pm
Summary
Initial version
+ ## Notifications Bridge
# Notifications Bridge
+ Send community events to external services like Slack and Microsoft Teams via webhooks. Access at `/admin/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.
+ ### Setup
## Set up a target
+ 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
1. Click **New target**.
2. Enter a name, paste the webhook URL from Slack or Teams, and choose which events to forward.
3. Click **Test** to send a sample event and confirm it arrives.
4. Save and enable the target.
+ ### Supported Events
## Events you can forward
- New thread created
- New reply posted
+ - User mentioned
+ - Post awarded
+ - Moderation action taken
+ - User joined/left
+ - Escalation created
- A member is mentioned
- A post is awarded
- A moderation action is taken
- A member joins or leaves
- An escalation is created
+ ### Webhook Format
## Delivery 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.
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.
+ ### Management
## Manage targets
+ - **Edit** — modify webhook URL or event selection
+ - **Test** — send a test event to verify the endpoint
+ - **Delete** — remove a webhook target
- **Edit** — change the webhook URL or the events a target forwards.
- **Test** — send a sample event to confirm delivery.
- **Delete** — remove a 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
## 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