Example
Why use the Novu notification center?
- Users can manage subscriber preferences from the notification center itself.
- You want to notify about any product activity related to the user.
- Prebuilt UI component so no need to build UI from scratch.
- Highly customizable as per your product design system.
- Multi-device real-time notification experience powered by web sockets.
- Secure your connection using HMAC encryption.
- Have multi-tabs notification experience.
Concepts
In-App notification
:- In-App notification is a message sent to the subscriber using an In-App channel step in the workflow.In-App notifications feed
:- List of all In-App messages sent to a particular subscriber.feeds
:- feeds are stores/tabs in which In-App messages can be grouped. One message can be in only one feed.notification actions
:- Notification actions are cta buttons below notification content that can be clicked to perform any action or external API call.redirect url
:- When a single notification item from the list is clicked then it can be configured to perform an action or redirect to any URL.