Notifications
Booker keeps you informed with real-time notifications so you never miss a new booking or payment. Notifications appear via the bell icon in your app header — no need to keep refreshing.
How it works
Section titled “How it works”When something happens that you didn’t initiate yourself, Booker creates an in-app notification and delivers it in real time via a WebSocket connection. You’ll see the bell icon badge update instantly.
Events that create notifications
Section titled “Events that create notifications”| Event | Notification | What you see |
|---|---|---|
| Client books online | Yes | ”New Online Booking — Alice booked Haircut for 2 April” |
| Client pays via payment link | Yes | ”Payment Received — £45.00 from Bob Smith” |
| You create an appointment | No | Your own actions don’t generate notifications |
| You update or cancel an appointment | No | Only client-initiated events trigger notifications |
The notification bell
Section titled “The notification bell”The bell icon sits in the top-right of the app header, visible on both desktop and mobile.
- Badge — a red count appears when you have unread notifications
- Click — opens a dropdown panel with your recent notifications
- Click a notification — navigates to the relevant page and marks it as read
- Mark all read — clears all unread indicators at once
Push notifications
Section titled “Push notifications”Booker can send you push notifications even when the app is closed or in the background. When you first open the app, your browser will ask for permission to show notifications.
- Works when closed — you’ll receive a notification on your device even if you’re not using Booker
- Tap to open — tapping a push notification opens the app and takes you straight to the relevant appointment
- Per-device — push notifications work on every device where you’ve installed the app and granted permission
Real-time updates
Section titled “Real-time updates”Booker uses a WebSocket connection to push updates to your browser in real time. This means:
- Notifications appear instantly — no waiting for the next poll
- Your dashboard stays fresh — when a client books online, your calendar and appointment list update automatically
- Works across tabs — updates appear in all open tabs simultaneously
The connection is established automatically when you log in. If your connection drops (e.g., you lose internet briefly), Booker reconnects and catches up on anything you missed.
Frequently asked questions
Section titled “Frequently asked questions”Do I get notifications for my own actions? No. If you create, update, or cancel an appointment yourself, you won’t receive a notification — you already know about it. Notifications are only for things that happen without you in the app.
Can I turn off notifications? You can revoke notification permission in your browser settings at any time. In-app notifications (the bell icon) are always on. Email notifications for bookings are configured separately.
Do notifications expire? Notifications are kept in your inbox indefinitely. You can mark them as read individually or all at once.
Do push notifications work on all devices? Push notifications work on Android, desktop browsers (Chrome, Firefox, Edge), and iOS 16.4+ (when installed to the home screen). Safari on macOS is also supported.