From Marketing Automation tools (like Braze) or from external websites / e-mails you can trigger your app to open a Coupon.
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]://coupons?id=COUPONID |
Firebase Deeplink Scheme | {"event": "deep_link", "deep_link_url": "[app-scheme]://coupons?id=COUPONID"} |
COUPONID above needs to be replaced with the ID of the Coupon you want to open. You can find the Coupon ID in the URL when opening the respective Coupon 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://coupons?id=38
Please note: these Deeplinks are not supported on Punchh Loyalty Integration.
Braze
This is how the deeplink is configured in Braze:
Firebase
This is how the deeplink is configured in 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.