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.

circle-check

With Query Parameter

circle-info

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

See Query Params Reference for more information.

With JavaScript SDK

Set the deep-link URL of the device via our JavaScript SDK

With Configuration

circle-info

This URL will be invoked on launch of the device.

await client.config({
    launchUrl: "https://www.appetize.io",
    ...
})

See Configuration for more information.

With openUrl()

circle-info

This can be called multiple times after launch of the device.

See the API Reference for more information.

Last updated