frnandu
frnandu
NNovu
Created by frnandu on 10/22/2024 in #💬│support
Push channel Preferences not being respected
what could be the reason for a workflow with following preference to still send a PUSH notification?
"preference": {
"enabled": true,
"channels": {
"push": false
},
"overrides": [
{
"channel": "push",
"source": "subscriber"
}
]
}
"preference": {
"enabled": true,
"channels": {
"push": false
},
"overrides": [
{
"channel": "push",
"source": "subscriber"
}
]
}
5 replies
NNovu
Created by frnandu on 9/21/2023 in #💬│support
How to filter PUSH step with only subscribers that have credentials set?
Otherwise I get "Subscriber does not have a configured channel" for the PUSH step on subscribers that still do not have credentials added.
17 replies
NNovu
Created by frnandu on 9/20/2023 in #💬│support
Push message title/body parameterized from trigger payload.
I can't seem to find from documentation how to parameterize title and body of PUSH notifications to FCM using trigger's payload (or other override...). Can you tell if and how I can do that and if it is even possible, because without possibility of passing title/body from the trigger'ing service this push integration is not very usefull for our usecase. Thanks for any pointers or help with this issue.
4 replies