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.)
Nov 21, 2019
When building an IVR with Autopilot, you can now provide callers the option to use DTMF alongside speech to interact with the bot. This is especially useful if they need to provide a long numerical sequence like a bank account number in their response, or need to confirm the data the bot has collected. You can use the Listen and Collect actions to add DTMF support to your Autopilot IVRs. Learn more about using DTMF with Listen and Collect in the docs.
Nov 18, 2019
TaskRouter no longer immediately deletes tasks if they pass the final step in a workflow without an accepted reservation. After the Workflow Timeout event, these tasks will now transition to Canceled, and the relevant events are being emitted via the TaskRouter REST API Events Resource.
To learn more about the lifecycle of a task, refer to our documentation on task state and workflow execution.
Nov 15, 2019
The Video Composition Hooks REST API allows developers to automate the creation of Video Compositions. Using it, developers can create, fetch, edit and delete Composition Hooks. A Composition Hook is a template that defines how the Recordings of a Group Room should be mixed. When a Group Room is completed, all the enabled Composition Hooks in the Twilio Account will be executed against that room recordings and the corresponding compositions will be automatically created.
Nov 14, 2019
With this release developers can now deliver custom parameters to a participant in a Twilio Voice Conference. You can build a richer application experience for end users and display valuable contextual details about the incoming call, for example customer name, type, or product of interest.
The custom parameters can be specified as a query string in ‘to’ field of the Create Conference Participant REST API and delivered via the Twilio Voice Client. Additional information is available here.
Nov 12, 2019
Starting today, read message status and location message are available to all developers building on the Twilio API for Whatsapp.
Check out our blog post on using these new features to build deeper customer engagement experience via messaging.
Nov 11, 2019
Introducing SIP Refer that allows you to transfer a call back to your IP Communication infrastructure and remove Twilio from the call path.
With Twilio you can now receive SIP Refer towards your IP communication infrastructure using the newly introduced TwilML verb called <Refer>.
Along with the rich programmability services of Twilio, this feature allows you to stay connected with your own known infrastructure for existing connections and provides data security for regulatory purposes by keeping the data within your network.
For details, please check our Refer Verb documentation.
Nov 11, 2019
Twilio Narrowband is now Generally Available (GA). Twilio Narrowband is the first developer platform in the United States that provides access to the T-Mobile Narrowband (or NB-IoT) network.
To learn more, refer to the announcement on the Twilio blog and take a look at the Narrowband docs to get started.
Nov 08, 2019
Twilio <Pay> now supports Braintree as a Payment Connector. Braintree joins Stripe, Chase, CardConnect, Base Commerce, and ACI as a supported payment processor, enabling you to process payments with your preferred connector. To process payments, Twilio <Pay> sends payment information captured securely over IVR on Twilio’s PCI-compliant voice platform to your selected connector for processing.
Configure Braintree as your <Pay> connector and learn more about <Pay>.
Nov 06, 2019
We have updated all Flex projects that use Automatic Updates to Flex UI 1.14.
This Flex UI release brings a number of usability improvements and new features to Flex Messaging:
For a full changelog, visit the Flex UI release notes.
Reminder: You can pin to individual versions of the Flex UI or manage your Automatic Updates within the Flex Admin UI.
Nov 05, 2019
You can now connect to our interconnect region in Singapore by setting the region option to sg1-ix. See https://www.twilio.com/docs/voice/client/regions for the list of supported regions. Note that with this release, to support new regions without requiring an SDK update, we have removed the check for the region name passed to `Device.setup`. If an unsupported region is supplied, `Device.on('error')` will be called.
For full changelog, visit the Voice JS Client release notes.