Notifications
This guide explains how notifications work in the app: seeing the latest updates, sending a new notification, and marking items as read.
Open notifications
In a tenant context, use the bell icon in the top navigation to open the notifications dropdown.
The dropdown provides:
- a list of your latest 5 notifications
- a checkbox per item to mark it as read
- a Send button
- a See all link to the full notifications page
View all notifications
Select See all to open the notifications page.
On this page you can:
- search notifications by title or message
- open the compose flow via New
- mark notifications as read using the checkbox next to each item
Send a notification
Use Send from the dropdown or New from the full page. Both open a native <dialog> compose form.
The form includes:
- recipients (one or more)
- title
- message
- cancel
- send
When submitted, one message is dispatched to the selected recipients and appears in their inboxes.
System/API behavior
Notifications are dispatched through:
notify(recipients:, title:, message:)
Under the hood this creates a tenant-scoped message and recipient rows for each resolved recipient, with medium set to notification.