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)
Jun 12, 2024
Studio now enables parsing parameters as JSON objects
When using the Set Variables widget and Run Subflow widget, parameters are (by default) parsed as strings. Use the `parse as JSON object` option when you know a parameter will be a JSON object. This will allow the variable to be properly interpreted as a JSON object so you can reference its attributes within the Studio flow.
The `parse as JSON object` option allows you to:
Set or pass an existing JSON object and reference its members as variables.
Set a literal JSON string (Liquid reference to a JSON string, or a mixture of JSON and Liquid) and access it as an object.
Jun 10, 2024
Send items to your customers with Twilio Catalog on WhatsApp
Use twilio/catalog to send items and services directly to your customers on WhatsApp and guide them through a transaction
May 20, 2024
Studio's HTTP widget now supports Twilio authentication
The Make HTTP Request widget configuration now includes a checkbox allowing the request to be made with your Twilio credentials.
This makes it easy to invoke Twilio APIs that are not available natively as Studio widgets. It is also more secure than embedding your Twilio credentials within the request URL.
To learn more, visit the Make HTTP Request documentation, or try it out now in Studio.
Oct 25, 2023
Studio now supports Content Templates
Content Templates, Content Variables, and rich features from Content Template Builder are now supported in Studio.
Content Templates are currently available on WhatsApp, Facebook Messenger, SMS, MMS, and Google Business Messages. New channels will continually be added.
Content Templates can be used for generating automated responses to your customers in Twilio supported channels. Content Templates enable the use of rich content and personalization via buttons, media, variables, and channel specific template types to drive greater engagement and streamlined messaging interactions.
Use Content Templates in Send and Send & Reply widgets. Use rich features in the Split widget.
Variables in WhatsApp and other channels can now be specified using Content Variables via key-value pairs instead of body insertion in a simple deterministic structure.
See our public documentation to learn more.
Dec 12, 2022
Studio now supports SSML for Amazon Polly voices
Studio now supports SSML tags when using Amazon Polly voices in Say/Play and Gather Input On Call widgets.
To enable SSML, select a default Polly voice from the Text-to-Speech Settings in Twilio Console or select one from the Voice dropdown menu on the Studio widget.
Add the SSML tags you wish to use directly in the Text to Say field.
Dec 09, 2021
Build reusable functionality with Studio Subflows, now GA
Now you can more easily scale your low-code Voice and Messaging applications with Studio Subflows!
- Reduce complexity when managing large Studio Flows by breaking them down into smaller parts.
- Shorten Flow-publishing times by reusing portions of Flows that are common across multiple Flows.
- Increase operational efficiency by handling calls and messages with the most relevant Subflow.
Studio Subflows is now generally available to all Twilio accounts.
To learn more, check out the Subflows docs or try it out in Twilio Console now!
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.