Mansour Shaaban
Mansour Shaaban

Reputation: 9

How to retrieve Twilio Flow Options results

I have a Twilio Flow that works fine, I need to retrieve at the end of the flow all answers/options selected by user in order to send all these answers to Sql server via Azure function.

My question is how can I retrieve all the flow options/answers that were chosen by the user at the end of the flow using C#

Upvotes: 1

Views: 68

Answers (1)

Alan
Alan

Reputation: 10781

My suggestion is to use Studio with Event Streams to capture this information. There is a blog post here that can help get you started.

You can give your Studio widgets meaningful names that help you trace the consumers path through the flow.

Streaming Studio Flow Executions with Event Streams

Upvotes: 1

Related Questions