Select a specific flow based on the URL visited
# 🤝help
k
Hi, I'm managing my own website (engineering services) with some specific areas like: services, projects, technical articles, news, etc... I'd like to customize the flow based on the URL visited. To be more precise: - the visitor is on www.mywebsite.com/projects: bot will invite to visit a specific project (it could be wonderful to suggest a random project chosen among a specific list I create, like the 5 most interesting projects) - the visitor is on www.mywebsite.com/tech-art: bot will invite to read a specific article. Again, perhaps one of the top 5 list created by me I'm not familiar with coding, so if it is not possible to do this in the visual environment, I'll be happy to hire a consultant to create a flexible "template" that allows me to create the list of the pages (as an input, URL visited) and the list of the articles/projects/etc... Or maybe it's easier than what I think and I can store the URL visited in a specific variable. Thank you!
b
a very lightweight solution that would require no consultants would be to just create a bot for each page
like a bot for tech-art, and deploy the bot on individual sales
a
Thank you @bumpy-butcher-41910, your idea works but it creates some problems with the variables (like the name of the visitor). Is there anyone else who could help me?