Skip to content

How do I set up notifications and recipient groups?

Requires Pro

In the Operations area, create a notification on the Notifications tab (Title, Message, Level) and optionally assign it to a Group. Maintain recipient groups on the Groups tab (name + comma-separated e-mail addresses). Unread notifications are counted by the bell icon at the top of the header bar.

Operations is part of the Operations module and available from the Pro tier.

  1. Create a recipient group (optional). Open Operations → Groups and click “Add Group”. Give it a name, enter the addresses under Recipients (e-mails, comma) (e.g. it@example.com, ops@example.com) and save.

    A recipient group with comma-separated e-mail addresses.
  2. Create a notification. Switch to the Notifications tab and click “Add Notification”. Fill in the dialog:

    • Title (required).
    • Message (optional) — free text.
    • Level (required)Information, Warning, Error or Success.
    • Group (optional) — the recipient group you created earlier.
    A notification with a level and an optional recipient group.
  3. Read and acknowledge. New, unread notifications increase the counter on the bell icon in the header bar. Opening a notification marks it as read and the counter decreases.

  • is_read status: Every notification starts as unread. Opening it (or calling .../read) sets is_read = true; the unread counter only counts unread entries for the tenant.
  • Groups are recipient lists: A group bundles comma-separated e-mail addresses. If a group is deleted, its associated notifications are kept; their group_id is set to null.
  • Tenant isolation & audit: Notifications and groups belong to your tenant; creating, changing and deleting them is logged.
  • Link to monitoring: If an alert rule breaches its threshold, Notory automatically creates a notification — this is how technical alerts flow in here.