Β© 2026 Hedgehog Software, LLC
notification
data
{ "message": { "token": "device-token", "notification": { "body" : "Title here", "title": "Message body" }, "data": { "action": "go_to_link", "url": "https://www.novu.com" } } }
overrides
title&message
template
{ "name": "fcm-test", "to": { "subscriberId": "sera-12345" }, "payload": { "title": "Title here", "body": "I am the body", "action": "go_to_link", "url": "https://www.novu.com" }, "overrides": { "fcm": { "type": "data" } } }