Deep links
Appetizes deep linking feature can be used to simplify user workflows and reduce friction by allowing users to jump directly to relevant content or actions.
Supported Links
- Android AppLinks / iOS Universal Links
- Custom Schema Deeplinks
- Web Links
This URL will be invoked on launch of the device.
Set the deep-link URL by adding the URL encoded
launchUrl
query parameter to your app or embed URL.&launchUrl=https%3A%2F%2Fwww.appetize.io
Set the deep-link URL of the device via our JavaScript SDK
This URL will be invoked on launch of the device.
await client.config({
launchUrl: "https://www.appetize.io",
...
})
This can be called multiple times after launch of the device.
await session.openUrl("https://appetize.io")
Last modified 21d ago