How to pass context into a request?
Hello everyone, a question:
Say I added typebot to a wordpress site and set the
Remember me
setting to True. So the chat continues as the user is navigating through the pages. Is there a way to know in Typebot which page the user is currently on? i.e. it would be great if we can know the context where the user is operating to decide next action. Is there a way to do it?
Regards
William4 Replies
Have you tried using groups? When testing your chat, it actually highlights where you are in the flow. Really helped me out 🙂
not used groups...
was interested in knowing which part of the website the user is on...to adjust the context and flow/responses as per that
Have you tried tracking it with a Set variable block code?
something like
document.location.href
not tried it, will check it and update