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?
Prerequisites
How to setup Personalized Push Notification?
{
'token': 'DEVICE_TOKEN of the user',
'email_address': 'EMAIL_ADDRESS or USERNAME of the user.',
'platform': 'android or ios'
}Fetch Device Token using JS Bridge (Optional)
Benefits of Sending Personalized Push Notifications
Common Questions
Last updated