I have setup a flask server with ngrok in my machine, and I managed to adapt the hotel reservations flow to send all the captured data and store it in a SQLite table trhoug a webhook. Now I would love to read using the USER_ID, if the customer already has an email registered. That would nicely round the flowxo funcionality for a real usable customer service bot app, instead of just making silly text interactions.
I cannot seem to grasp how to setup a Webhook in flowxo to receive the email read from the table, and the populate a variable to use in a later step (flowxo does not seem to have a way to declare variables).
¿Any hints?
Augusto Vera