How to add PUSH Notifications in Webflow?

Hi everyone,

I hope you’re doing well! I was wondering if anyone could help me with integrating push notifications into a Webflow website? Any guidance or suggestions would be greatly appreciated.

Thank you so much in advance!

1 Like

To integrate push notifications into a Webflow website, you can use third-party services like OneSignal or PushEngage. These services provide easy-to-use integrations that work with Webflow through custom code embeds. You’ll need to sign up with a push notification service, add the provided JavaScript code to your Webflow project, and configure notification settings. Both services offer step-by-step guides for integration.

i am also looking for the answer,but OneSignal is not suppoting webflow anymore…

Hi Suny,

If you cannot find a third party push solution that works for you, then you need to add a service worker to your Webflow site. The main options would be;

  1. Export your WF site, host it yourself, do your programming to add the push notifications.
  2. Reverse proxy your WF site, modify the manifest.json to support service workers if you can, then do the programming work for your service worker.
1 Like