Can I use deep linking in my sendout?

Yes, you can but on the Symplify side, a deep link is considered the same as any other link added to a sendout.

The concept of deep linking is entirely client-side. For example, on Android, it involves specifying details in the manifest file, including a particular class or function to handle the supported links.

However, when sending app push notifications, you can include additional data in the payload, known as “extra data” (key-value pairs). For instance, a key named "pageId" with a value like “wallet”. The app could then be developed to detect this key, and upon finding it, launch the app with the wallet page already open.

In other words, you can use deep links in your communication but they are created elsewhere (as your regular links are).

 

Was this article helpful?
0 out of 0 found this helpful