No-code Voice quickstart with Twilio Studio
This quickstart shows you how to build an application that answers phone calls using Twilio Studio, our no-code application builder.
A Flow is an application in Twilio Studio that handles calls and messages. Each Flow has a visual, flowchart-like interface.
- Go to Studio > Flows.
- Click Create new Flow.
- In the Flow Name field, enter a name for your Flow.
- Click Next.
- Keep Start from scratch selected, and click Next.
A canvas with a Trigger Widget and the Widget Library is displayed. Follow these steps to create a Widget:
- In the Widget Library, find Say/Play.
- Click and drag Say/Play onto the canvas. The canvas displays a Say/Play Widget.
- Connect the Trigger Widget to the Say/Play Widget:
- Click the red dot next to Incoming Call on the Trigger Widget.
- Drag to the gray dot on the Say/Play Widget.
- Select the Say/Play Widget.
- In the configuration pane on the side of the canvas, find the Text to say field and enter the message you want callers to hear.
- Click Save.
- Click Publish.
Twilio consoleLegacy console
- Go to the Numbers & senders page in the Twilio Console.
- Click a phone number.
- Go to the Configuration details tab and select Voice and emergency calling.
- Click Edit details.
- On the Edit voice configuration dialog, select the Webhook, TwiML Bin, Function, Studio Flow, Proxy Service option.
- Under How do you want to set up your primary method?, select Studio Flow.
- Select the Studio Flow you'd like to connect to your phone number, then click Save.
Place a call to your Twilio number. The message you entered earlier plays.
- Get Started with Twilio Studio: a longer guide that covers variables, transitions and other concepts
- Build an Interactive Voice Response system (IVR) with Twilio Studio
- Forward Calls with Twilio Studio
- Route Inbound Sales Leads with Twilio Studio