Studio workflow integration for voice
This guide is for users who want Twilio Studio to handle incoming call logic — such as IVR menus, call routing, or voicemail — while Talkyto continues to manage outgoing calls, call logs, and the mobile app experience.
When to use this setup
Section titled “When to use this setup”Use Studio integration when you need:
- An IVR menu or auto-attendant for incoming calls
- Dynamic call routing based on caller, time of day, or other conditions
- Custom voicemail handled by a Studio flow
- Talkyto for everything outbound (calling, logging, contact management)
Create a Studio flow
Section titled “Create a Studio flow”- Sign in to your Twilio Console.
- Go to Explore Products > Studio.
- Create a new flow, or open an existing one.
- Add an Add TwiML Redirect widget to the flow canvas.
- Connect the Incoming Call trigger to the widget’s input.
Configure the TwiML Redirect widget
Section titled “Configure the TwiML Redirect widget”Set the following values on the widget:
| Field | Value |
|---|---|
| Widget name | Talkyto-voice |
| URL | https://us-central1-twiconnect-257c6.cloudfunctions.net/receiveCall |
| Request method | POST |
| Timeout | 14400 |
The URL above is Talkyto’s incoming call webhook. It receives the call after Studio has finished its routing logic and hands off to Talkyto.
- Save and publish the flow.
Wire the flow to your phone number
Section titled “Wire the flow to your phone number”- In the Twilio Console, go to Phone Numbers > Manage > Active numbers.
- Select the phone number you want to use with Talkyto.
- Under Voice configuration, set Configure with to your preferred method.
- Set A call comes in to Studio Flow.
- Choose the flow you just created.
- Save the phone number configuration.
What happens on an incoming call
Section titled “What happens on an incoming call”- Twilio receives the call on your number.
- Studio executes your flow (IVR, routing logic, etc.).
- When Studio reaches the TwiML Redirect widget, it forwards the call to Talkyto’s webhook.
- Talkyto delivers the call to the app on your device.
Outgoing calls continue to route through Talkyto directly, without going through Studio.
Related pages
Section titled “Related pages”- Voice configuration — set your default call number and Twilio credentials
- Manual Twilio setup — configure Talkyto webhooks without Studio
- Studio workflow integration for messaging — the equivalent setup for SMS