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.
With Query Parameter
&launchUrl=https%3A%2F%2Fwww.appetize.ioWith JavaScript SDK
With Configuration
await client.config({
launchUrl: "https://www.appetize.io",
...
})With openUrl()
Last updated