Hey!
I have a question. I’m trying to send a push notification followed by an in-app message (IAM). The goal is for the IAM to appear immediately when the user taps the push and lands in the app. I’ve tried a few setups, but it’s not working as expected. Currently, I have two separate Canvases — one for the push and one for the IAM. In the IAM Canvas, I tested two entry criteria:
- A custom attribute value change
- A user action: "starts a session"
Neither approach worked. The IAM only triggers when I close and reopen the app — it seems the initial session after tapping the push isn’t being counted, likely because the app is already open in the background.
Any ideas on how to make the IAM trigger right after the user clicks the push and lands in the app? I don't want to use API or custom event, looking for a simple solution from whatever feature we have in Braze.
Thanks,
SIva