N
Novu8mo ago
Nexen

Push fcm title body variables

How can i have dynamic title and text for push notification? I dont want to send hardcoded text from workflow.
7 Replies
Novu_Bot
Novu_Bot8mo ago
@Nexen, you just advanced to level 5!
Nexen
Nexen8mo ago
got it, maybe someone searching will find this:
"overrides": {
"fcm": {
"title": "fooa",
"body": "FOO"
}
}
"overrides": {
"fcm": {
"title": "fooa",
"body": "FOO"
}
}
Pawan Jain
Pawan Jain8mo ago
@Nexen you can use variables in push title and content and then send those values in trigger payload
Nexen
Nexen8mo ago
since i did not see the editor like inapp has, then i assumed its hardcoded text.
Pawan Jain
Pawan Jain8mo ago
No description
Nexen
Nexen8mo ago
on FCM version i did not see that, lemme check again aaah i see, you have to define those, then its shown, got it. i was expecting to see variables that are in the in-app where i can see system variables and can copy paste