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

Sending and displaying web push notifications work out-of-the-box with our libraries:

  1. Setup our front-end library

    warning

    The Service Worker integration is required for web push to work.

  2. Initialize our front-end library

  3. Send notifications from the backend backend