When to use it
- Get notified of things that need attention — like a purchase-order approval request — without watching the app.
- Opt a browser in to push notifications.
- Opt a browser back out (unsubscribe) on a shared or retired device.
How it works
Subscribe your browser
Your browser fetches the tenant’s public VAPID key and registers a push
subscription; NEXOS CORE stores the endpoint and keys against your user.
NEXOS CORE delivers
When an event fires (e.g. a PO approval), NEXOS CORE pushes to all of your
subscribed browsers. Notifications arrive even with the tab in the background.
Good to know
- Push is opt-in per browser — you won’t receive notifications until you subscribe, and you subscribe separately on each device/browser.
- Requires a browser that supports the Web Push API and service workers (Chrome/Edge/Firefox; Safari requires a recent macOS/iOS with the app installed as a PWA).
- Delivery is best-effort — a failed push is logged and retried on the next event, not surfaced as an error.
