Hi all,
I’ve just started looking at FlowXO as primarily a way to embed our content/ existing chatbot in a webchat interface, and it’s looking very promising. I have webhooks set up to receive data from our API, as well as posting user responses back to our API, and am just wondering if in the scenario below I am implementing this in the best way:
- our API sends 3 different types of data/messages to FlowXO: a question with buttons, a question expecting open text, and a message that doesn’t expect a response from the user
- at the moment I have 3 separate flows set up in FlowXO, with different webhook URLs, so from our API I am posting to a different webhook depending on the data we send
This appears to work ok, but I’m just wondering if there is a better way of doing this, just using one flow and webhook URL, and handling the different scenarios inside a single flow?
Thanks!
Mario.