Here's the situation:
-
We have a page on our Wix website where people can use a variety of filters to find nearby businesses
-
Some people might not know where to start, so we created a Zapier Chatbot to help guide users toward which businesses best suit their needs
-
We want have it so that when the user interacts with the chatbot, filters on our webpage are simultaneously manipulated
-
For example: Chatbot asks "What services are you looking for?" If the user responds with "Car rental," something triggers so that the "Car Rental" filter is "activated" on our page.
-
The point being, that after the user is finished with the chatbot, they'll be returned to our webpage where our search tool (and all of its filters, etc) will be changed to either match what the user told the bot they are looking for OR show the most relevant results based on the user's needs
I believe the biggest hurdle we need to overcome here is somehow "linking" the chatbot user to the browser user, so that the information on our search page changes ONLY for that particular user and will revert to normal once the page is refreshed or exited.
Any help would be appreciated!