Push Notification

Push notifications are a way for project to send messages or alerts to users even when the project is not open in their browser. These notifications can be used to inform users about new content, updates, or promotions.

To set up push notifications for a project , the project must first ask for permission from the user to send notifications. Once permission is granted, the project can then send push notifications using JavaScript and a service worker.

Push notifications can be a useful tool for keeping users engaged with a project and providing them with relevant and timely information.

Go to Admin Dashboard-> Admin Setting-> Push Notification

You can obtain keys from here https://onesignal.com/

Video tutorial is also available : https://www.youtube.com/watch?v=CpbWkQQEavU&list=PLs9JJVQP1gn3s3UGHj3N64aCMhvzh3g5q&index=57

Once setup you need to visit homepage first once the homepage is loaded you will see the Prompt popup to asking for subscribe once your customers allow notifications they will be able to subscribe receive instant notifications.

Last updated

Was this helpful?