Real-Time Notifications - 0 WU
https://bubble.io/plugin/real-time-notifications---0-wu-1717080344608x153376187138703360
Description
Introducing Real-Time Notifications - plugin that will allow you send notifications from user to user without any need to create new database entities and without spending workload units.
With this plugin you can:
Notify users when someone logs in or performs specific actions (e.g., comments, edits).
Inform users when new content is published (e.g., blog posts, articles, videos).
Display reminders for upcoming events, meetings, or deadlines in real-time
Features
No Workload Unit Consumption: The solution does not use workload units to perform user notifications.
Real-Time Notifications: When event was triggered, users will see the notification on their screen in real-time.
Hassle-free Solution: If you only need to show something on user's screen once, you don't need to store it in the database or perform any searches to get it to the screen.
Enhanced User Experience: Gain more opportunities to make the application more interactive for users by leveraging real-time notifications.
Customizable: Easily configure the groups of users that should receive the notifications
In the instruction below we'll set up the plugin to send a real-time notification to all users when someone logs in.
How to Use
Install the plugin: Search for the plugin in the plugin list and install it in your application.
Add "User Connector" element: You need to place this element on all pages, where you need to track actions and display notifications.
Add users to the group that will receive notifications: Create a workflow with "Join room" action, for example, on page load. This way the users will be added to the group that will receive the notifications. Fill the field "Room Name" with the name that will refer to the group of users you'll be notifying.
Add message transmitter that will capture the notifications: Add "Message Transmitter" element to the pages where you'll be displaying the notifications, and specify the room name - the transmitter will be receiving the messages only for the room specified.
Set up the notification sending: Upon particular trigger, call "Send a message" action, passing the room name and message in the fields of the action.
Display the notification: Configure the notification to your preference. For example, you can create a workflow to trigger when Message Transmitter's value changed, and display Message Transmitter's value in an alert.
Last updated