Is it possible to string together several Send and Wait for Reply actions with a Twilio Studio beta Flow? I am trying to ask the recipient a sequence of questions, one by one, with potential branching using the Split action, and then finally make an HTTP request back to my server with the answers from all the questions. I trigger the start of the flow with a REST call and the first action of the flow works (the first Send and Wait for Reply action) but after replying to the message, the flow doesn't continue on to the next step.
Is this capability supported?
Do you have to do anything special with the phone number configuration (Webhook or Studio Flow config for incoming message)?
BTW, a sequence of Send actions works fine to deliver several messages in a row. The problem comes from using the Send and Wait for Reply.