Hi!
Is there a way to have some type of persistent menu button in the UI, and whenever you click on it the bot navigates the user to a specific block?
This could work by capturing a click in the parent website, and then utilizing a Typebot command to 'force' send a specific keyword (e.g. '/TRIGGER_PATH_A'), using a JS command similar to the below one:
Typebot.setInputValue(...) <- but this command just prefills the user input without actually submitting/sending it
(as explained correctly in documentation
https://docs.typebot.io/deploy/web/libraries/html-javascript#commands, so it behaves more like like a shortcut...)
Any idea how we could send the user to a specific path through clicking on a static UI element? I think this could significantly enhance the conversational UX in numerous ways @Baptiste. Maybe I am missing something 🙂
In any case, thanks in advance for any help/ideas!