I'm working on features where the flow needs to pause until the client performs a certain action. For example, in a WhatsApp Flow (
https://developers.facebook.com/docs/whatsapp/flows/), the process should only continue once the client responds to a message. This is just one scenario, but I believe setting up a webhook to handle real-time information exchange could be a potential solution. Has anyone implemented something similar?
Note: I'm relatively new to Typebot, so any guidance would be greatly appreciated.