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.)
Jan 19, 2022
The Flex Plugins CLI now automatically deletes the package of a plugin when it is being archived. When a plugin is archived, it deletes the built packages of all the versions of the plugins stored in Twilio Assets and when a particular plugin version is archived, it will only remove the plugin package of that particular version. This feature is automatically available with the archive command of the Flex Plugins CLI. This feature also enables you to cleanup your plugins when you hit the plugin limits on your Flex application.
Upgrade your plugins to the latest version of the Flex Plugins CLI to leverage this feature.
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 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
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 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.
Nov 09, 2021
TaskRouter now offers dedicated properties in the Workflow filter target to improve support for use cases where the agent is already known, e.g., because the customer previously spoke to that agent (‘last agent routing’) or has an existing relationship with that agent / advisor (‘preferred agent routing’).
Developers can utilize properties for either the agent’s Worker SID or Worker friendly name in a Workflow filter target and specify the respective value on the Task.
Utilizing this feature will yield significant performance improvements over the general evaluation logic and prevent latencies during routing and assignment of such Tasks.
To learn more about the TaskRouter Known Agent Routing feature, please refer to our documentation on Known Agent Routing.
Sep 30, 2021
We are excited to announce that Flex Outbound dialing and Dialpad are now GA! Thank you to all our beta users for all the feedback you have sent us during the beta period.
This release brings improvements in quality and reliability and solves several known limitations that include:
To get started, refer to the Flex Dialpad documentation
Native Dialpad GA is released in Flex UI 1.28. For more details on this release, please visit the release notes for Flex UI
Sep 23, 2021
The Flex Plugins CLI’s local development server is now Generally Available. It enables developers to run multiple plugins on a local instance of Flex. It can load plugins either from the local source directory of a plugin or those that are currently deployed on your Flex application. This feature makes it easier and quicker to test a plugin you are developing locally with other plugins. Additional features include
Upgrade your plugins to use the latest version of the Flex Plugins CLI and refer to our docs for more details.
Aug 11, 2021
We have updated all Flex projects that use Automatic Updates to Flex UI 1.27.
This release of Flex UI includes a public beta for Real-Time Queue Monitoring. 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.
Real-Time Queue Monitoring can be enabled from the Flex Features page.
For more information check our documentation. Check how to enhance and customize queues monitoring programmatically.
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.
Jul 07, 2021
We are excited to announce that the support for using version 16.13.1 of React and ReactDOM on Flex is now generally available.
This allows you to use more of React’s APIs, including React Hooks, when developing your Flex plugins. You can set the React version of your Flex application on the Developer Setup Page. You are no longer required to set the UNBUNDLED_REACT argument for all your Flex Plugins CLI commands.
Review our React documentation for more details and upgrade to the latest version of the Flex Plugins CLI to get started.