Notifications
Three different things get called notifications, and they have nothing to do with each other. Sorting them out is most of this page.
What the Cockpit tells you
The bell in the top bar opens the Notifications panel. It draws on your tenant's event stream, what the apps and integrations in your platform did, and shows the most recent entries with an unread count. Mark all read clears the count; View all events opens the full Event stream in Integration Studio, where you can search and filter. When there is nothing new, the panel says so.
Two honest limits:
- It is a feed, not an alerting system. Nothing here watches a number and warns you when it crosses a line.
- Everyone sees the same feed. There is no per-person choice of which events reach the bell.
Do not use the unread count as a work queue.
What your customers are told
Order confirmations, dispatch notes, password resets, the mails your buyers receive: that is transactional messaging, and it is a different system entirely. It is configured with your storefront, not here. See Forms and email.
The distinction matters because the two are often confused in the same sentence: "turn on order notifications" can mean tell my Innendienst or tell the customer, and they are configured in different places by different people.
Getting told about things that matter
For anything you need to know about, a failing nightly ERP sync, an order stuck for two days, a customer whose orders stopped, build the alert rather than wait for it.
Events and webhooks let a workflow react to what happens on the platform, and a workflow can send mail, post to a channel, or call another system. That is where alerting lives today:
- Events and webhooks — what the platform emits and how to subscribe.
- Build a workflow — turning an event into an action.
- Monitor your syncs — the failure case worth alerting on first.
What to check
Ask the person who would need to act at 07:00 on a Monday how they would find out. If the answer is "I would open the Cockpit and look", you have no alerting and should build the workflow.