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.)
Aug 28, 2019
The TwiML Redirect Studio widget allows you to redirect control of a voice or messaging execution away from Studio to execute custom TWiML and then return back to the flow. This allows you to extend Studio further with your own custom code.
To learn more, visit the documentation on the TwiML redirect widget, or try it out in Studio.
Aug 27, 2019
The new version of Marketing Campaigns now supports contact storage for up to 10M contacts per user, with additional scale possible on a per-user request.
Aug 27, 2019
The new version of Marketing Campaigns uses a new syntax for the default or fallback value of a substitution tag used in a Marketing Campaigns email subject line or body content. The default syntax is {{ insert first_name "default=Customer" }}.
Aug 26, 2019
We have updated the characters that can be included in the credentials for webhook authentication. Starting today, characters will be limited to those that are included on this list. Please ensure your webhook credentials (username + password) adhere to this updated list to continue uninterrupted access to our webhook.
Aug 26, 2019
In order to keep you in carrier compliance and ensure fair service across all customers, we now have rate limits in place for MMS service. While you can still send messages to Twilio at a rapid rate, the delivery rate for each account is now capped at 25 messages per second (MPS) and for each Twilio long code at 1 MPS.
For time-sensitive messages, we recommend that you keep a close eye on the queue length via Message Queue Insights in the console. You can also find more details on this page.
Aug 22, 2019
Flex admins and supervisors can now monitor live messaging conversations while managing their agents. The Flex Teams View provides a real-time transcript for any of Flex's messaging channels, like SMS, WhatsApp, or Facebook Messenger.
Learn more about supervisor capabilities and Teams View programmability in our Monitoring Agent Activity guide.
Aug 22, 2019
Twilio Video Recordings, previously in Public Beta, is now Generally Available. Video Recordings allows you to flexibly record any of your Twilio Video Group Room interactions, with separate recording files for each audio and video track of all Room participants. Our API and pricing has not changed with the GA release.
As part of the GA release, we are introducing Video Recordings bulk deletion capabilities in the Twilio Console. This allows you to delete a large set of Video Recordings at once instead of deleting them one-by-one.
Aug 22, 2019
Twilio Video Compositions now supports Bulk Deletion in the Twilio Console. This capability provides customers a much simpler way to delete large sets of Video Compositions compared to the previous process of individual Video Composition deletions.
Aug 22, 2019
Flex now includes a pilot dialpad, enabling your contact center agents to make outbound calls to customers, add internal employees or external numbers to a call, and send DTMF tones to connected calls. Enable the feature under the Pre-Release Features section in the Flex Admin UI.
Learn more about the Dialpad and Pre-Release Features within our End User Guide.
Aug 22, 2019
Twilio's Programmable Voice platform for HTTP callbacks (webhooks) has been enhanced to allow you to easily override our default connection settings on a per request basis, giving you simple and flexible control of callbacks to your server/applications.
Twilio uses HTTP callbacks (webhooks) to let your application know when events happen, such as receiving an incoming phone call. When the event occurs, Twilio makes an HTTP request (usually a POST or a GET) to the URL you configured for the webhook. Twilio has implemented the override as a URL extension in the form of "fragments" that can be added to the standard HTTP webhook URL on a per request basis.
The Connection Override parameters allow you to specify:
For details please refer to our user documentation.