Skip to main content

🌐 Setup Web Push

NotificationAPI supports sending web push notifications. While most notification channels like email or call only require using our back-end SDK, web push notification requires our front-end SDK and service worker to display them.

Configuring Web Push Notifications

Web push notifications are integrated with the front-end JS SDK. Please follow the setup instructions here.

warning

The Service Worker is required to receive web push notifications.