Changelog
Product changelog and announcements
See additions and changes to the Twilio platform and Twilio Segment Customer Data Platform. You can also subscribe to our Changelog RSS feed below.
Subscribe to Changelog RSS feed (an RSS feed reader is required)
Apr 09, 2026
TCPA Known Litigators Check is now available in Compliance Toolkit
The TCPA Known Litigators Check is now available within Compliance Toolkit to help safeguard your messaging by identifying and blocking messages to phone numbers believed to be associated with individuals or entities with a history of filing TCPA-related legal actions.
This safeguard intelligently filters non-essential communications, such as marketing/promotional messages to phone numbers associated with known litigators, while allowing essential traffic, like transactional alerts, otp, and customer support messages, to reach the recipient.
When a message is blocked by this feature, Twilio will return Error Code 30640.
Learn more about this feature and how to enable it in our documentation.
Apr 09, 2026
Consent Management API is in Public Beta
Consent Management API is now available globally in Public Beta, allowing you to programmatically sync, store, update, and manage end-user consent preferences across RCS, SMS, and MMS channels. This API acts as a centralized source of truth for managing consent preferences, enabling you to seamlessly integrate consent data from external systems like CRMs or web forms directly into Twilio.
Note that consent states updated via this API for a given Messaging Service are automatically enforced across all three unified channels (RCS/SMS/MMS) to ensure compliance, without requiring any code changes.
Learn more about this feature and how to enable it in our documentation.
Apr 09, 2026
Country Code Geomatch now supports RCS (Beta)
The Country Code Geomatch feature within Messaging Services now supports RCS in a public beta. If you have distinct RCS senders approved per country, you can add each of them to the sender pool of a single Messaging Service. When you send from that Messaging Service, Twilio will select the RCS sender that matches the country of your recipient’s phone number.
Previously, each Messaging Service supported only one RCS sender, which meant customers sending to recipients in multiple countries had to maintain separate Messaging Services and build their own routing logic. RCS Geomatch removes that requirement.
For more information, see the Messaging Services’ docs.
Apr 09, 2026
Specify your SMS fallback sender when sending RCS messages
You can now specify the SMS or MMS sender Twilio uses when an RCS message fails to deliver using the new "FallbackFrom" parameter in your /Messages API request. The FallbackFrom sender must be in the same account SID, but does not need to be in your Messaging Service's sender pool.
This can be useful if you need fallback messages to come from a specific number, instead of relying on Twilio's automatic selection. You can also use this to send from one RCS sender representing your brand, with different fallback numbers per department, store, or representative.
For more information, please see our docs.
Apr 09, 2026
ConversationRelay Payment Card Industry (PCI) Compliance
Twilio ConversationRelay now supports Payment Card Industry (PCI) compliant Voice workflows when configured with PCI-compliant TTS (text-to-speech) and STT (speech-to-text) providers. Please refer to Twilio's Responsibility Matrix to see a list of PCI-compliant TTS/STT vendors and for further information. To learn more about ConversationRelay please see the docs.
Apr 09, 2026
AT&T phone numbers can now be added as RCS test devices
Twilio Programmable Messaging now supports adding AT&T test numbers to your RCS sender.
You can now prototype and test your RCS sender on all major US carriers.
Once you’re ready to use RCS for production traffic, submit your RCS compliance information and our operations team will guide you through the carrier approval process
Go to Console to get started now.
For more information, see our docs.
Apr 06, 2026
OAuth for Twilio APIs is now in GA
Twilio Communications APIs now support OAuth 2.0. Upgrading to OAuth 2.0 makes your applications more secure than using traditional API keys or Auth tokens. Here is why:
- Short-lived tokens: OAuth 2.0 generates short-lived access tokens instead of static, long-lasting credentials.
- Scoped access: Each token only works with the specific APIs it was issued for, so a compromised token doesn't expose everything.
Apr 06, 2026
A2P 10DLC campaign registration will require privacy policy and terms & conditions URLs starting June 30, 2026
Starting June 30, 2026, PrivacyPolicyUrl and TermsAndConditionsUrl will be required fields when registering a new A2P 10DLC campaign via the Twilio Messaging REST API. Campaign creation requests that don’t include both fields will be rejected during campaign review.
Apr 05, 2026
Branded Calling Insights: Canada, United Kingdom, & Germany
Branded Calling Insights for Canada, the United Kingdom, and Germany are now live in the US1 region.
Apr 01, 2026
Verify Events: Message Status Event Stream V2 released with new Tags parameter
V2 of Verify Message Status events is now available. This version adds a "tags" parameter to the event stream. By including key-value pairs in your Start New Verification request, you can now pass custom metadata through to your stream for better tracking. Check out the Message Status Stream guide to get started.