Integrate Webpush Notifications
Steps
Add Your Website
Navigate to the settings section in the Marketing Engine and add your website.
Request Web Push Activation
Reach out to the Marketing Engine support team at me-support@satisfilabs.com to enable web push notifications for your website.
Receive Website Credentials
Once web push is enabled, the support team will provide you with a unique website ID and domain.
Update Your Website
Use the provided website ID and domain to add the required scripts to the
<head>
section of your website’sindex.html
file.
Add a new file named `sw-factoreal.js` in the same folder as `index.html` with the below mentioned content.
To send webpush to contacts, you have to pass the user’s email/phone number when they login to your site.
This will help in creating audiences and sending customized push notifications.
Last updated