NovuN
Novu10mo ago
Narek

Problem with duplicated FCM push notifications and action_link

I am sending push notifications to Android devices with FCM. I am using API request to send the notification. This is my payload to events.trigger endpoint
{
"name": "push-notification",
"to": {
"subscriberId": "119"
},
"payload": {
"notification": {
"title": "Test Notification",
"body": "Click to open the app!",
"data": {
"click_action": "/login.php"
}
}
}
}
Was this page helpful?