Web Push Notifications
NotificationAPI supports sending web push notifications. While most notification channels like email or call only require the back-end integration, web push notification requires our front-end SDK and service worker to display them.
Configuring Web Push Notifications
Sending and displaying web push notifications work out-of-the-box with our libraries:
Setup our front-end library
dangerThe Service Worker integration is required for web push to work.
Initialize our front-end library
Send notifications from the backend backend