VTEX IO
indigitall's web push notifications are fully integrated with the VTEX IO platform, allowing for seamless implementation and efficient communication with users. This integration enables VTEX store owners to easily engage their customers through real-time, personalized notifications directly from their e-commerce site.
Steps to integrate indigitall’s web push notifications:
-
Download our files from the following link: indigitall SDK
-
Log in to the admin panel and navigate to the VTEX App Manager.
-
Go to /admin/portal#/sites, click on the settings icon (gear), and then navigate to the Code section.
-
Create a new file by clicking on New > File, and name it service-worker.js (it’s important that the file has this exact name).
Open the worker.min.js file (from the downloaded files) using any code editor, copy its content, paste it into the newly created file, and save it. -
Repeat the same process for the sdk.min.js file, ensuring it is created with this exact name.
-
Navigate to the path /admin/cms/store in the Advanced section. Disable VTEX's default service worker.
-
It is done! Implementation completed.

Updated about 23 hours ago