Twilio Changelog
See additions and changes to the Twilio platform.
You can also subscribe to our Changelog RSS feed below.
(In order to subscribe to our Changelog RSS feed, an RSS feed reader is required.)
See additions and changes to the Twilio platform.
You can also subscribe to our Changelog RSS feed below.
(In order to subscribe to our Changelog RSS feed, an RSS feed reader is required.)
Dec 13, 2021
The Messaging area in the Flex Console is fully overhauled, both in terms of design as well as backend implementation. This improves usability and aesthetics of the Administrator experience, as well as fixes some long-standing issues.
Find the new UI under Flex > Manage > Messaging.
Notable changes include:
Dec 10, 2021
It is now possible to edit the addional website, business vertical, and about fields for your WhatsApp Senders within the Twilio Console.
Dec 09, 2021
Now you can more easily scale your low-code Voice and Messaging applications with Studio Subflows!
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!
Dec 09, 2021
This release of Flex UI includes Real-Time Queue Monitoring GA. This feature displays real-time metrics that are useful for managing queues during the day. We have added new default metrics - number of handled customers, number of abandoned customers, and SLA. The SLA shows the percentage of waiting customers that were connected to an agent within a desired target time. Developers can programmatically add additional metrics to extend this dashboard.
Dec 08, 2021
The Call Log for all Voice Products now has a multi-use search bar that can search for SIP Call ID, CallSid, and now TrunkSid. Isolate calls associated with a particular trunk by entering your TrunkSid into the Call Log search bar.
Dec 08, 2021
We have updated all Flex projects that use Automatic Updates to Flex UI 1.29.
This release of Flex UI includes native outbound dialing and Dialpad being Generally Available. The Generally Available release of outbound dialing brings improvements in quality and reliability and solves several known limitations that include:
For more information, refer to the Flex Dialpad documentation. For more details on this release, please visit the release notes for Flex UI.
Reminder: You can pin to individual versions of the Flex UI or manage your Automatic Updates within the Flex Admin UI.
Dec 08, 2021
It is now possible to do a configure per-service webhooks in the Conversations. With this feature, you can control the effects of webhooks in a particular Conversation Service. This means you can include different metadata in the URLs or even trigger different behavior for different services.
Explore the per-service webhooks documentation and give it a try!
Dec 03, 2021
The Workforce Management Real-Time Adherence Feed (WFM RTA Feed) is designed for partners to monitor and report on the activity of agents within a Flex contact center. Events from this feed can be used to generate a real-time snapshot of agent status.
The WFM RTA Feed is now Generally Available, and it can be used alongside historical reporting in Flex Insights to support workforce management integrations to Flex. Review our WFM RTA Feed documentation for details on getting started with the feed and the event data.
Dec 02, 2021
Runtime Handler version 1.2.1 introduces access to headers and cookies for incoming requests to Twilio Functions through the new event.request object. Visit our documentation to learn more about this feature.
You can use this version today by setting @twilio/runtime-handler to use version 1.2.1.
For new projects and those that don't specify a specific Runtime Handler version, we'll be rolling out version 1.2.1 over the coming weeks as the new default version.
Check out our docs to learn more about specifying which Runtime Handler version to use.
Dec 01, 2021
We are excited to announce the availability of 24 hour participant durations for video rooms.
You can now configure the Maximum Participant Duration for any Twilio Video room type. This value is set at the time of room creation, and upon reaching the limit, a participant will be disconnected from the room.
The default value for maximum participant duration is 4 hours. You can change this value either through the Console under Rooms Settings to make it the default for Ad-hoc rooms or as a configurable parameter via the REST API upon room creation.
For more information on configuring the maximum participant duration, view the participant duration documentation. If you are composing room recordings of participants with long durations, you may want to review the composition size limitations.