Hi there, I’m having trouble understanding if the feature that I’m building is feasible or not.
I want to send my users a link with a unique parameter in the URL, which when clicked brings them to a bubble page in my app. When the page loads, I want to my app to read the URL parameters and make an API call with it. Is this possible and if so, are there any resources that would show how to do this?
I was also wondering about having multiple parameters. The parameters themselves will be consistent, but the values will change. Would that be a problem?