stvgrc
stvgrc

Reputation: 31

in Twilio Studio, how can I save the user input from a "Gather input on call"

Let me be clear - I'm trying to do this using Twilio STUDIO - not coding. I have a complete IVR built and working, but I can't figure out how to save the selections the caller inputs (DTMF). Is there a simple plugin or addon that can save user input?

Upvotes: 0

Views: 549

Answers (1)

Matt.
Matt.

Reputation: 1033

I assume you are talking about 'split based on keys' this will let you change menus, call etc when a user presses a key? Have a read of the tutorial. However, if you are trying to save the data, you would need to use a http request or write a function. Both involve coding.

Upvotes: 2

Related Questions