Hi all - here’s my use case for my telemedicine app:
User wants to book a session with an agent
The app includes a webview with a 3rd party booking site (SimplyBook - for a variety of reasons)
SB sends an email to the user
In that email I’d like a link to take the user directly to the ‘welcome person who booked’ screen
- my app is structured with tabs (and I don’t think I can do links to tabs)
- all users have to sign in with email (and cookies are mandatory) - and you can only do your booking through the app, so you must be a user
The key is sending the user to the app… to a page / screen that picks up their cookie, and can start them on their process.
I know that links made in the designer don’t work as public links, my issue is more that the ‘link to screen’ sharing option only gives me the glide domain (and not even my custom domain
Thanks in advance for any ideas