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.
2 Replies
Hi @frnandu
Is variables not working for you in push step?
like {{pushTitle}} in title and {{pushContent}} in content?