Add URL link that changes based on where the chatb...
# 🤝help
f
I am building a chatbot to guide people through the process of installing a heat pump that is installed in the website of my customers (the installers). After a couple questions, I want to redirect the user to another link where we do a more technical inquiry flow based. The link to this inquiry flow is unique for each installers (so they can see each inquiry in their dashboard). My question is: is there any way to have this link be unique based on which installer website the chatbot is hosted? For example, by defining a bot variable that corresponds to the installer. Or would I have to host a different chatbot in every website? Thank you!