-1

I'm very new to Twilio Studio. I'm converting an IVR from OpenVBX to Studio and have been trying to find examples of flows (can you even share flows?) or widgets other than the (very sparse) examples included in the on-line documentation. In OpenVBX, many plug-ins were shared by users, but I can't find anything similar. Does this exist?

Geoff Schultz
  • 141
  • 1
  • 10

1 Answers1

0

It does not, however you can extend Studio Functionality using the Run Function Widget, which allows you to write custom code using Node.

There are many blog post and You Tube videos and tutorials using Studio that should get you started. You can also export the JSON of your Studio flow, if you want to share it with others. Studio provides starter templates as well, when you create a new flow, which are helpful with the initial layout structure.

Twilio Studio Tutorials

Twilio Studio You Tube Play List

Twilio Studio Widget Library

Alan
  • 10,465
  • 2
  • 8
  • 9
  • Thank you, but I've watched the few videos that are available and have searched out as many as examples as I can find. Personally, I find the examples that are provided very thin on details and gloss over lots of real-world details. – Geoff Schultz Sep 15 '19 at 21:42