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.)
Mar 31, 2021
Developers can now use the standard ETag and If-Match HTTP headers when interacting with TaskRouter tasks. This allows developers to avoid conflicts when multiple systems are concurrently updating task attributes.
To learn more about the new feature and the Task resource, please refer to our documentation.
Mar 31, 2021
Video Log Analyzer API is now generally available.
This API allows developers to simplify troubleshooting and help identify commonalities in reported issues by programmatically retrieving critical metadata about Participant and Room behavior. The information provided includes: why a Participant left a Room, how the Room was ended, browser/operating system details, Participant error codes, and more.
For more information, see the developer docs and our blog post Getting to Know Video Log Analyzer.
Mar 30, 2021
Product discovery and refinement are still in progress. We will keep providing service to the existing customers, but we won't be accepting new customers during Q2 and Q3. Stay tuned for the next Branded Calls update in Q3 2021.
Mar 30, 2021
The new Get Contacts by Email endpoint allows you to retrieve one or more contacts by their email or alternate email addresses. This endpoint should be used when you know the email(s) you are searching for. If you need access to a larger set of contacts, please continue to use the export contacts functionality.
Mar 26, 2021
Twilio will be discontinuing the Authy API’s Sandbox on September 30, 2021. This feature allows customers to run continuous integration tests against a mock Authy API. The rest of the Authy API product will continue working as-is.
You will only be affected if you are using the Sandbox in your own application or test suite.
For more information please read this article on how we are discontinuing the Sandbox.
Mar 24, 2021
In order to enhance security for all of our users, Twilio SendGrid now requires customers on all paid plans to use API Key authentication on all API requests and SMTP configurations. Customers must also enable Two-Factor Authentication (2FA) for all users, including teammates. Visit our docs for more information on Upgrading to API Keys and Enabling Two-Factor Authentication. If you did not receive notifications about this change please update your account email address.
Mar 22, 2021
The new Recording Rules API is now Generally Available. Previously, the video recording system would record all Room participants or none based on your initial decision. As such, it did not allow any changes to the recording while the Room was in progress until it was concluded.
Using the new Recording Rules API, you can programmatically introduce a set of rules which will give you more granular control over what you choose to record in every possible situation. You will be able to start and stop the recording of the Room tracks at any moment in time and as many times as you want. You will also be able to record either video, audio or both tracks from any of the participants in the Room.
Please visit the Recording Rules API documentation page to learn more about it, including code samples for making it easier for you to use.
Mar 19, 2021
Twilio Mobile Core now uses a set of fixed IP ranges for traffic originating from Super SIM enabled devices. This enables you to set up filters on your firewall to accept traffic only from these IP ranges, instead of accepting traffic from anywhere on the Internet. To obtain the list of fixed IP ranges, please reach out Twilio Support.
Mar 19, 2021
Today we are announcing the Public Beta launch of the native integration between Twilio Programmable Voice and Dialogflow Essentials (ES). With this integration you can bring the power of conversational AI to your Twilio calls to provide rich and natural caller experiences within your Twilio IVR. This integration is powered by a new TwiML <VirtualAgent> which is also available as a Connect Virtual Agent Studio Widget. When executed, they connect a Twilio call to your configured Dialogflow ES Agent.
To get started, select Twilio as a “One-Click” telephony partner on the Dialogflow ES console and finish with selecting one or more Twilio phone numbers to associate with your Dialogflow ES agent. Callers calling into those numbers will then be connected directly to Dialogflow. You can always use TwiML and Studio to modify the call flow.
Learn more about the integration, <VirtualAgent> TwiML, and the Connect Virtual Agent Studio Widget.
Mar 17, 2021
The Flex Plugins CLI now provides the ability to archive a plugin, a plugin version, or a configuration. When archived, admins or developers can no longer enable the plugin for agents via the Plugins Dashboard or Plugins CLI. Developers can archive a configuration to prevent it from being redeployed. The archive command can be used to indicate that a plugin is no longer actively maintained or it has defects and should not be enabled. Information on archived plugins or configurations can still be viewed on the Plugins Dashboard and the Plugins CLI. For more details on this feature, refer to our documentation.