Sending params from a web app in a browser to a zoom app

I am completely new and have up and running the basic example of a Zoom app (zoom/zoomapps-sample-js on Github).

I was wondering if there was a way in a Zoom app, for example, of communicating with a current web app in a browser, when clicking a button, it opens the sample zoom app with params sent from the browser like a product ID etc to use in the sample zoom app?

I looked at this several months ago and I think deep linking can let you send information from the outside into your application:

1 Like

Thank you! This has steered me to what look likes a solution :smile:

Thanks for your contribution, @MultiplayerSession!