Personalized Push Notification
Send personalized push notifications to your users by maintaining a list of device IDs associated with each user within your database.
What is Personalized Push Notification?
Personalized push notifications are notifications that are sent to a specific user, rather than a general audience. It can be sent to specific users for various reasons, including:
Event alerts, such as when a message is received or a package is delivered
Re-engaging users based on their previous app activity
Promotions tailored to a user's product preferences.
Prerequisites
You must have enabled Firebase Push Notification support for your app.
How to setup Personalized Push Notification?
1.) Go to Add-ons --> Integrations --> Personalized Push Notification & Enable it.
NOTE: Please create a new version of the App e.x. 1.0.2, if the current version does not support this feature. If the previous version is live on the stores, then request a new build and submit this new version to the stores.
2.) Enter Webhook URL
This Webhook URL is where we will be sending you Device Token of the user who is using your app. Your URL must accept POST request and we will be submitting following information with the POST request.
token - Device token of the user who is using your app.
email_address - If you have login feature enabled in your app, then we will send an email address as well if user is logged in. This will help you to exactly apply device token to specific user.
platform - We will also provide you platform information. Platform value can be either
android
oriOS
.
Your webhook must accept request JSON in this format.
3.) Save as a draft.
Fetch Device Token using JS Bridge (Optional)
Use this method if you want to directly fetch push notification device token using JS function. You can call below function anywhere in your website to fetch the token.
As soon as you call this method, it will return following response if your application user has push notification enabled in their device.
Benefits of Sending Personalized Push Notifications
Increased engagement: Personalized push notifications can increase the level of engagement and interest from customers, leading to higher click-through rates and conversions.
Better targeting: Personalized push notifications allow businesses to target specific segments of their customer base, increasing the chances of conversion and reducing the chance of annoying customers with irrelevant messages.
Improved customer retention: Personalized push notifications can improve customer retention by providing a more personalized experience, building trust and loyalty.
Increased revenue: Personalized push notifications can lead to increased revenue by promoting relevant products and services to specific customers, leading to more purchases.
Cost-effective: Personalized push notifications are cost-effective as compared to other forms of marketing such as email marketing, PPC campaigns, and SMS marketing. They can be sent in real-time and can be highly targeted to specific customers, resulting in a higher ROI.
Common Questions
Last updated