hi, I am hoping to create a Whatsapp Chatbot that ...
# 💻developers
p
hi, I am hoping to create a Whatsapp Chatbot that only start to work when I tell it to. The rest of the time is operated by operators(that do not have access to botpress), who can control exactly when to switch on/off. Is there a way to do this? I am thinking of setting up a configuration variable, then using a separate website for my operators, which can then send a change to the configuration variable of botpress. Then the bot would start based on whether the configuration variable is on/off. Is this feasible?