Changelog
Product changelog and announcements
See additions and changes to the Twilio platform and Twilio Segment Customer Data Platform. You can also subscribe to our Changelog RSS feed below.
Subscribe to Changelog RSS feed (an RSS feed reader is required)
Mar 10, 2021
Twilio Studio improves Execution clean-up for Voice calls
To correctly end an Execution for an inbound Voice call, Studio needs the “hangup” event from the Voice status callback. When that event is not received, the Execution may be left open (or “stuck”) indefinitely.
To address this, Studio now automatically configures the status callback shortly after configuring your phone number for Studio. This ensures the final “hangup” event is always received. With this release, manually setting the status callback is no longer necessary and helps avoid “stuck” Executions for inbound calls.
To learn more, review our knowledge base article.
Jan 21, 2021
Studio REST API v2 with Flow publishing support now Generally Available
The Studio REST API v2 with Flow publishing support is now Generally Available. Now developers can create, publish, and manage Flows programmatically -- without having to log in to Twilio Console -- and all with the backing of Twilio's service level agreement.
With the Flows endpoint you can
- Integrate Flow publishing into your CI/CD pipeline to automate Studio deployments
- Programmatically move Flows between accounts or subaccounts
- Create your own custom, branded Studio front-end UI
To learn more, read the announcement on our blog or try the quickstart.
Nov 05, 2020
Easily navigate large Flows with Studio widget search
Now you can easily search large Flows and jump to a specific widget in Studio. No more dragging and panning the canvas to find a widget!
To launch the search bar, click the magnifying glass or use the keyboard shortcut CMD + k for Mac and CTRL + k for Windows.
Type a partial name and select the widget from the search results to jump instantly to that widget.
Try it now in Studio!
Apr 30, 2020
Studio launches REST API v2 with Flow publishing support as public beta
With Flow publishing support built into the Studio REST API v2, you can now create, publish, and manage your Flows programmatically without having to log in to Twilio Console.
Flow definitions are exposed as JSON schemas and can be easily updated via the Twilio helper libraries and Twilio CLI.
With the new Flows endpoint you can
- Integrate Flow publishing into your CI/CD pipeline to automate Studio deployments
- Programmatically move Flows between accounts or subaccounts
- Create your own custom, branded Studio front-end UI
The Studio REST API v2 is now available on all customer accounts.
To learn more, read the announcement on our blog or try the quickstart.
Apr 20, 2020
Studio supports ending Executions via the REST API
Twilio Studio now supports programmatically ending an active Execution via the REST API and the Twilio helper libraries. This method is useful in cases where a new REST API-triggered Execution needs to override an existing Execution that is already active for the same Contact. Previously active Executions could only be ended via the Console.
To learn more, visit the API documentation for End an Active Execution.
Apr 08, 2020
Twilio Studio now supports Amazon Polly Neural Text-to-Speech voices
Following the release of Amazon Polly Neural Text-to-Speech voices for the Voice <Say> verb, Studio now supports the same new voices in the Say/Play and Gather Input widgets.
Mar 09, 2020
Studio Run Function widget now supports API-created Functions
Twilio Functions created via the Serverless API can now be integrated with your Studio Flows through the Run Function widget.
Selecting a Function to invoke in the Flow is easy. For Functions created via the Console UI choose the "Default" service, and for Functions created via the Serverless API choose the Service and Environment where they are deployed.
Mar 06, 2020
New speech recognition features in Studio Gather widget, and more!
With this release, Studio Gather Input On Call widget now supports additional speech recognition features so you can fine-tune your Studio Flows for Voice. The new attributes allow you to adjust the Speech Timeout, specify a Speech Model, and control the Profanity Filter setting. All this functionality is powered by the underlying Gather verb from our Programmable Voice product.
In addition to the Gather improvements, the Record Voicemail widget now provides controls for the Trim Silence and Play Beep settings and even provides access to the Recording Status Callback URL so your application can be notified when a new recording is complete.
Finally, the Say/Play widget supports sending Digits on a call when the Play option is selected, allowing you to programmatically play DTMF tones to navigate an external IVR.
To learn more, visit the documentation on the Gather widget, Recording widget, and Say/Play widget, or just try it out now in Studio.
Dec 17, 2019
Help docs now embedded in Studio Flow editor
Getting help while editing a Studio Flow just got easier with the release of the embedded help system. Now you can open help pages and search the docs without leaving the editing canvas.
Click any of the help icons throughout the canvas to load the Studio docs in the help window. The help window can be moved anywhere on the canvas that you find convenient or minimized to stay out of your way while you work.
Open a Flow and click the help icon to try it out in Studio.
Dec 03, 2019
Dynamic language variables now supported in Studio Say and Gather widgets
Build multi-language flows faster and without duplicating widgets by using Liquid template variables in the Language and Voice fields of Say/Play and Gather widgets.