From Marketing Automation tools (like Braze) or from external websites / e-mails you can trigger your app to open a News article.
NOTE: You'll need your app's URL scheme to do this. Please reach out to your Account Manager or open a ticket through one of our contact forms if you don't have your URL scheme yet.
Deeplink Scheme | [app-scheme]://news?id=NEWSID |
Firebase Deeplink Scheme | {"event": "deep_link", "deep_link_url": "[app-scheme]://news?id=NEWSID"} |
NEWSID above needs to be replaced with the ID of the News article you want to open. You can find the News ID in the URL when opening the respective News article in the CMS:
Make sure to replace [app-scheme] with your app's URL scheme. Your final deeplink should look something like this: kauwelapoke.app://news?id=11
Braze
This is how the deeplink is configured in Braze:
Firebase
For more information on how to deeplink with a Firebase push notification, see Sending Push Notifications with Firebase Cloud Messaging
Comments
0 comments
Please sign in to leave a comment.