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 01, 2022
When requesting a Super SIM eSIM Profile from the /ESimProfile API, you can now request that the eSIM profile be reserved with a matching ID by setting the new generate_matching_id request parameter to true. When you reserve a profile this way, you don’t need to provide the EID of the eSIM that will use the profile, which depending on your use case may be very difficult to know ahead of time or obtain.
When you want to download and install the eSIM profile, you will need to provide the matching ID to your device along with the SM-DP+ URL, both of which can be read from the ESimProfile when your reserved profile is available. The combined SM-DP+ URL and matching ID is often referred to as an “activation code” and often provided to end users via a QR code that they scan with their device during the workflow to add a new eSIM profile.
Refer to the docs to learn more about eSIM Profiles and different eSIM download methods.
Oct 28, 2022
This solution enables organizations using Avaya Aura Contact Center solutions that include the Avaya Enterprise Session Border Controller (ESBC) to connect to the PSTN via Twilio Elastic SIP Trunking. You can learn more about this solution by referencing the blueprint guide here: Twilio Elastic SIP Trunking Solution Blueprints.
Oct 27, 2022
Twilio now supports new error codes for "Rejected" and "Paused" WhatsApp Templates. With Twilio Alarms, you can now get notified via webhook or email when these and other errors occur.
When a WhatsApp template gets rejected, Twilio surfaces a new error code of 63040 and will include the reason from WhatsApp.
Likewise, if a WhatsApp template is paused due to quality concerns from WhatsApp, Twilio will surface an error code of 63041. The message also contains when it will be unpaused. A template can be paused by WhatsApp when different users report messages sent using that template, or when users block the number after receiving those messages.
Oct 27, 2022
The following new Monitor Events have been created for Voice Recording and Transcriptions: recording.created, recording.updated, transcription.created and recording.bulk-delete.created to track bulk deletions from Twilio Console. In addition, we have updated the recording.deleted event to track pci-recording automatic deletion after 72h. The transcription.deleted event has also been updated to track deletion from the transcription detail page in the Twilio Console. These new and updated events are available in the Twilio Console and in the Audit Event/Monitor Event API. Monitor Events are a Twilio platform feature that provides comprehensive event-logging and change-tracking for Twilio resources.
With this release, developers can improve audit of their voice applications and have granular visibility on recordings and transcriptions to contribute to their security and compliance requirements.
See full list of all supported resource-types and event-types for additional information.
Oct 24, 2022
What is Marketing Campaigns: Action Destinations?
Get started with our docs!
Oct 24, 2022
In this version of Flex UI we have updated the Status Report, formerly known as the Debugger UI, to now include a summary of Flex UI's operation status for each user. The Status Report is now available in GA and includes debugger logs, Twilio service status information and whether Flex UI is running in degraded mode.
Find out more about the updated Status Report on the Troubleshooting Flex UI page.
This release also improves Flex UI’s resiliency by updating core functionality used in conferences, outbound calling and voice transfers to remove Sync as a dependency.
Oct 24, 2022
Effective today (October 24, 2022), Twilio is ending the sale of Notify. New customers will be unable to use the product.
We intend to end of life (deprecate) the Notify product on October 23, 2023. Existing customers will be supported up until this date, however, no new feature enhancements or rate limit increase requests will be granted.
Other Twilio products that support push notification use cases such as Verify or Conversations are not impacted by this.
We are sincerely sorry for any disruption this may cause and have prepared this Migration Guide to assist with the transition.
Oct 24, 2022
You can now mark a previously read conversation as unread within Frontline on mobile (version 1.7.0 and above) and on web. On mobile, swipe left on a conversation to toggle the read/unread status. On mobile and web, within a conversation, access the manage conversation menu by clicking the three-dot icon in the top right to mark your conversation unread.
Oct 20, 2022
Verify’s Fraud Guard helps you combat fraud and improve your SMS OTP conversion rate at no additional cost.
Enable it on your console today and read our documentation to learn more about it. Check out our blog to see how this has helped our customers already!
Oct 19, 2022
We are excited to announce that Twilio CLI is now Generally Available! Twilio CLI is a developer tool to help you build, test, deploy and manage twilio resources directly from the terminal.
Head over to our docs to get started