Notifications¶
CalcBridge sends notifications for important events like compliance alerts, completed exports, and reconciliation issues.
Notification Types¶
| Type | Description | Default Priority |
|---|---|---|
| Compliance Alert | Threshold warnings from compliance tests | High |
| Export Complete | Export job finished | Normal |
| Reconciliation Issue | New discrepancy detected | High |
| Insight Ready | New insights available | Low |
| Job Failed | Background task failure | High |
| System | Platform announcements | Normal |
Viewing Notifications¶
- Click the bell icon in the top navigation bar
- Unread count is shown as a badge
- Click a notification to view details
Filtering¶
- Unread only: Toggle to see only unread notifications
- By type: Filter by notification type
Managing Notifications¶
| Action | How |
|---|---|
| Mark as read | Click on the notification |
| Mark all as read | Click Mark All Read |
| Delete | Click the delete icon on a notification |
| Clear read | Click Clear Read to remove all read notifications |
Notification Preferences¶
Customize which notifications you receive:
- Go to Settings > Notifications
- Toggle notification types on/off
- Enable/disable email delivery
Available Channels¶
| Channel | Description |
|---|---|
| In-App | Real-time via the notification panel (always on) |
| Email delivery for each notification |
Real-Time Delivery¶
Notifications are delivered in real-time through WebSocket connections. No page refresh needed.
Related Documentation¶
- Notifications API - API reference
- WebSocket - Real-time infrastructure