The three channels
Dashboard bell
Every Brimble dashboard view has a bell icon in the top bar. Click it to see your unread notifications, scoped to the workspace you’re currently in. The bell shows:- A red badge with the unread count when you have unseen notifications.
- Up to 8 of your most recent notifications in the dropdown.
- Each item’s level (success, error, warning, info), a short message, and a link to the relevant page (the project, the domain, the invite, etc.). Clicking marks the item as seen.

The notification bell in the topbar.
Push (browser) notifications
When enabled, the dashboard sends a browser notification when one of your deployments finishes. Push notifications are per-browser and per-workspace, so toggling them on at work doesn’t carry over to your laptop at home. Toggling push on the first time triggers a browser permission prompt. If you deny it, push stays off until you re-allow it through your browser settings. Push fires only when the browser has Brimble permission and the workspace’s push toggle is on and notifications aren’t muted account-wide.What triggers a notification
PR-preview comments and commit-status updates aren’t notifications: they’re posted directly to the PR by Brimble’s git integration. See Git integrations.
Manage notification preferences
Open the dashboard, click your avatar, then Notifications. You’ll see three controls:- Push notifications. Browser alerts when deployments finish. Toggle to enable; the browser will prompt for permission the first time. Disabled when notifications are muted.
- Email notifications. Whether Brimble sends event emails to your account address. Off doesn’t unsubscribe you from required transactional mail (password resets, security-critical mail, etc.).
- Webhook URLs (if your plan includes them). Discord, Slack, and custom webhook URLs to forward events programmatically. See Webhooks.

Notification preferences in the user profile drawer.
Mute everything
If you need a window of quiet (deep-work session, vacation), use the account-level mute setting. When mute is on:- Push notifications are disabled (the toggle is greyed out).
- Email notifications stop sending.
- The bell still receives items so you don’t miss anything; you just won’t be alerted.
Per-workspace scoping
Push notifications are scoped per browser and per workspace:- The push toggle’s state lives in the browser’s storage, keyed by workspace. Each browser remembers its own preference for each workspace.
- The notification bell shows only items for the workspace you’re currently in. Switch workspaces and the bell switches with you.
Levels
Bell notifications carry one of four levels, shown as a colored chip on each item:
Levels are informational; no preference yet exists for “warnings only” or “errors only.” Push and email respect the on/off toggles for the whole channel, not per level.
Troubleshooting
Bell shows zero unread but I’m sure I have new events. The unread badge is per-workspace. Switch into the right workspace and the count updates. I enabled push but I’m not getting browser notifications. Three things must all be true: push is toggled on for the current workspace and browser, browser permission is granted (check your browser’s site settings forapp.brimble.io), and notifications aren’t muted account-wide.
My team isn’t getting deployment emails. Each team member opts in individually. Have them open their own profile drawer and confirm Email notifications is on. A team-wide email setting doesn’t exist; email follows the user, not the team.
Email notifications are off but I still get login emails. Login alerts and other security mail are transactional and not gated by the email toggle. The toggle covers product event emails (deployments, billing, team activity).
Push works on my desktop but not my phone. Push is per-browser. Each browser stores the toggle state independently in its own local storage. Enable it again on the new device.
Next steps
- Webhooks, for programmatic delivery to Discord, Slack, or your own endpoint.
- Two-factor authentication, separate from notifications but uses the same email address for security-critical mail.