<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>
Changelog
</title>
<link>
https://www.twilio.com/en-us/changelog
</link>
<description>

</description>
<atom:link rel="self" href="https://www.twilio.com/changelog.feed.xml">
</atom:link>
<language>
en
</language>
<lastBuildDate>
Sun, 02 Aug 2026 10:35:08 -0400
</lastBuildDate>

<item>
<title>
WhatsApp Card &amp; Flows Support in Conversations (classic)
</title>
<description>
&lt;p&gt;Conversations (classic) now supports the whatsapp/card and whatsapp/flows content types, letting you send WhatsApp Card templates and WhatsApp Flow templates directly through the Conversations API. Cards let you pair a message with tappable action buttons and optional media, while Flows let you launch an interactive, multi-step WhatsApp Flow from a single templated message — both previously only available via Programmable Messaging. Build these content types with the Content Template Builder and reference them by SID when sending a message in a Conversation.&lt;/p&gt;

</description>
<pubDate>
Fri, 31 Jul 2026 03:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/whatsapp-card---flows-support-in-conversations--classic-
</link>
<guid>
https://www.twilio.com/en-us/changelog/whatsapp-card---flows-support-in-conversations--classic-
</guid>
</item>

<item>
<title>
Restricted API Keys, Conversations (classic) permissions
</title>
<description>
&lt;p&gt;Restricted API Keys now support granular, resource-level permissions for Conversations (classic), covering actions like listing conversations, sending messages, managing participants, and configuring webhooks. This lets you scope a key to only the operations your integration needs — for example, granting read access to conversations while blocking any ability to delete users or roles — reducing the blast radius if a key is ever compromised. Configure these permissions when creating a Restricted API Key in the Twilio Console.&amp;nbsp;&lt;/p&gt;

</description>
<pubDate>
Fri, 31 Jul 2026 03:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/restricted-api-keys--conversations--classic--permissions
</link>
<guid>
https://www.twilio.com/en-us/changelog/restricted-api-keys--conversations--classic--permissions
</guid>
</item>

<item>
<title>
US Enhanced Branded Calling is now Generally Available
</title>
<description>
&lt;p&gt;We are thrilled to announce that US Enhanced Branded Calling is now Generally Available&amp;nbsp;for all customers. This feature helps you create a more trusted and recognizable voice experience by showing branded elements like your logo and call reason when you reach out to customers. Enhanced Branded Calling is available on T-Mobile and Verizon.&lt;/p&gt;

</description>
<pubDate>
Thu, 30 Jul 2026 14:30:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/us-enhanced-branded-calling-is-now-generally-available
</link>
<guid>
https://www.twilio.com/en-us/changelog/us-enhanced-branded-calling-is-now-generally-available
</guid>
</item>

<item>
<title>
Functions and Assets API date_created and date_updated timestamps will be corrected on September 1, 2026
</title>
<description>
&lt;p&gt;On September 1, 2026, date_created and date_updated on Functions and Assets resources will be updated to return accurate UTC timestamps.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Currently, these fields return values shifted forward by the Pacific Standard Time time zone offset (+7 hours) despite the Z suffix indicating UTC. This is a presentation-layer bug introduced in 2023; the underlying data is correct.&lt;/p&gt;
&lt;p&gt;The correction applies retroactively. Any request made on or after September 1 will return corrected UTC values, including for resources created before that date.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;What do you need to do?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Customers whose integrations depend on date_created or date_updated for sorting, filtering, display, time-range comparisons, or audit logic should review their implementation before September 1 to confirm it handles the corrected values.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;This resource will help:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.twilio.com/docs/serverless/functions-assets"&gt;Functions and Asset API documentation&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
<pubDate>
Thu, 30 Jul 2026 02:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/functions-assets-API-date-created-and-date-updated-timestamps
</link>
<guid>
https://www.twilio.com/en-us/changelog/functions-assets-API-date-created-and-date-updated-timestamps
</guid>
</item>

<item>
<title>
Real-time WhatsApp Template Approval and Category Updates via Event Streams
</title>
<description>
&lt;p&gt;Twilio Event Streams now supports real-time notifications for &lt;b&gt;WhatsApp message template status and category updates&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;Previously, tracking changes to WhatsApp content template approvals or re-classifications required periodic polling via the Content API or Senders API. With this release, you can subscribe to template lifecycle events through Event Streams and automatically trigger downstream workflows whenever Meta approves, rejects, or updates the category of a template.&lt;/p&gt;
&lt;h3&gt;&amp;nbsp;&lt;/h3&gt;
&lt;h3&gt;What’s New&lt;/h3&gt;
&lt;p&gt;You can now subscribe to the event type com.twilio.messaging.template.approval.updated in your Event Streams sink configurations (Webhooks, Amazon Kinesis, Segment, etc.).&lt;/p&gt;
&lt;p&gt;This event fires for two main template update types:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;b&gt;status_update&lt;/b&gt;: Triggers when a template’s approval status changes (e.g., moving from pending to approved or rejected).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;b&gt;category_update&lt;/b&gt;: Triggers when Meta updates or re-categorizes a template (e.g., changing between &lt;i&gt;UTILITY&lt;/i&gt;, &lt;i&gt;MARKETING&lt;/i&gt;, or &lt;i&gt;AUTHENTICATION&lt;/i&gt;).&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&amp;nbsp;&lt;/h3&gt;
&lt;h3&gt;Event Payload Overview&lt;/h3&gt;
&lt;p&gt;When a status or category update occurs, Event Streams delivers a payload containing both the current state and the previous state of the template.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;Getting Started&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Go to the &lt;b&gt;Event Streams&lt;/b&gt; section in the Twilio Console.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create or edit an active &lt;b&gt;Subscription&lt;/b&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add the &lt;b&gt;com.twilio.messaging.template.approval.updated&lt;/b&gt; event type under the &lt;i&gt;Messaging&lt;/i&gt; category.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;For detailed field specifications and integration guides, review the &lt;a href="https://www.twilio.com/docs/whatsapp/api/events"&gt;Twilio Event Streams for WhatsApp documentation&lt;/a&gt; and the &lt;a href="https://www.twilio.com/docs/events/event-types/messaging/template-approval#updated"&gt;Template Approval Event Schema&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
<pubDate>
Mon, 27 Jul 2026 03:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/real-time-whatsapp-template-approval-and-category-updates-via-ev
</link>
<guid>
https://www.twilio.com/en-us/changelog/real-time-whatsapp-template-approval-and-category-updates-via-ev
</guid>
</item>

<item>
<title>
Error code 30915 now flags invalid Sole Proprietor classification for both A2P 10DLC and Toll-Free Verification
</title>
<description>
&lt;p&gt;Error code 30915 now applies consistently to A2P 10DLC campaign registration and Toll-Free Verification. When a Sole Proprietor registration is submitted with a business&amp;nbsp; but the available information shows it is actually a registered legal entity (for example, an LLC or corporation) error code 30915 will be returned.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;What changed&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;30915 is now non-program specific; the same code and guidance apply whether you register via A2P 10DLC or submit for Toll-Free Verification.&lt;/li&gt;
&lt;li&gt;In addition to a corporate identifier in the business or brand name (LLC, Inc., Corp.), 30915 can now be triggered when your website or public records indicate a registered corporation, or when tax documents or business registration documents reflect a legal structure that does not match a sole proprietorship.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;What you should do if you receive 30915&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update the submission to the correct business type. If your business is an LLC, corporation, partnership, or any other entity with an EIN or Canadian Business Number, register it as a Standard or Low-Volume Standard Brand (A2P 10DLC), or select the correct business type for Toll-Free Verification, not the Sole Proprietor flow.&lt;/li&gt;
&lt;li&gt;Provide valid business registration documentation that matches your legal business entity.&lt;/li&gt;
&lt;li&gt;Keep your details consistent. Make sure your business name, website, and supporting documentation align across the submission.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;Learn more:&lt;/b&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.twilio.com/docs/api/errors/30915"&gt;Error 30915 reference&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.twilio.com/docs/messaging/compliance/a2p-10dlc/collect-business-info"&gt;A2P 10DLC: Gather the Required Business Information&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.twilio.com/docs/messaging/compliance/a2p-10dlc/transition-sole-proprietor-to-standard-brand"&gt;Transition from a Sole Proprietor to a Standard Brand&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
<pubDate>
Fri, 17 Jul 2026 00:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/error-code-30915-now-flags-invalid-sole-proprietor-classificatio
</link>
<guid>
https://www.twilio.com/en-us/changelog/error-code-30915-now-flags-invalid-sole-proprietor-classificatio
</guid>
</item>

<item>
<title>
Lookup Line Status Public Beta is now available!
</title>
<description>
&lt;p&gt;As of July 14, 2026 the Lookup Line Status Public Beta is now available!&lt;/p&gt;
&lt;p&gt;Lookup’s Line Status package allows you to get the status information of a mobile phone number. Line Status provides statuses that lets you know if the mobile number is active, inactive, unreachable, reachable or unknown.&amp;nbsp; Validate phone numbers in your contact database to improve the efficiency of your campaigns.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.twilio.com/docs/lookup/v2-api/line-status"&gt;Additional Documentation on this feature can be found here&lt;/a&gt;&lt;/p&gt;

</description>
<pubDate>
Tue, 14 Jul 2026 01:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/lookup-line-status
</link>
<guid>
https://www.twilio.com/en-us/changelog/lookup-line-status
</guid>
</item>

<item>
<title>
RCS error code for unconfirmed delivery is changing from 30036 to 30046
</title>
<description>
&lt;p&gt;Starting August 10, 2026, the error code returned when an RCS message cannot be delivered to an unreachable end-user device will change from &lt;a href="https://www.twilio.com/docs/api/errors/30036"&gt;30036&lt;/a&gt; to &lt;a href="https://www.twilio.com/docs/api/errors/30046"&gt;30046&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.twilio.com/docs/api/errors/30046"&gt;Error code 30046 (Message delivery not confirmed)&lt;/a&gt; gives developers a more accurate signal when an RCS message cannot reach an end-user device. Previously, &lt;a href="https://www.twilio.com/docs/api/errors/30036"&gt;30036 (Validity Period Expired)&lt;/a&gt; was returned for these failures, pointing to queue and throughput settings as likely causes and making it easy to investigate in the wrong direction.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;With &lt;a href="https://www.twilio.com/docs/api/errors/30046"&gt;30046&lt;/a&gt;, the failure is correctly attributed to device-side conditions like the recipient's device being switched off, out of coverage, having no internet connection, or being unable to accept the message. This code will also serve as the standard for device-unreachable conditions across RCS and future OTT channels.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;

</description>
<pubDate>
Thu, 09 Jul 2026 03:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/rcs-error-code-changing
</link>
<guid>
https://www.twilio.com/en-us/changelog/rcs-error-code-changing
</guid>
</item>

<item>
<title>
Conference list endpoint rollout extended
</title>
<description>
&lt;p&gt;Based on customer feedback, we are pushing out the change to the Conference list endpoint split to only return in-progress conferences until September 30, 2026.&lt;/p&gt;

</description>
<pubDate>
Wed, 08 Jul 2026 02:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/conference-list-endpoint-rollout-extended
</link>
<guid>
https://www.twilio.com/en-us/changelog/conference-list-endpoint-rollout-extended
</guid>
</item>

<item>
<title>
Node.js v24 is now available for Twilio Functions
</title>
<description>
&lt;p&gt;Twilio Functions now supports Node.js v24 as a build runtime. You can target it by selecting Node.js v24 from the runtime dropdown in the Console Dependencies tab, or by specifying runtime: node24 in your Serverless Toolkit configuration.&lt;/p&gt;
&lt;p&gt;Node.js v24 requires &lt;i&gt;@twilio/runtime-handler version&lt;/i&gt; 2.1.2 or later. If your service specifies a version between 1.2.0 and 2.1.2, Twilio will automatically upgrade it to 2.1.2 when you deploy to node24 — no action required. If your service specifies a version below 1.2.0, your build will fail with an error asking you to upgrade manually before deploying to node24.&lt;/p&gt;
&lt;p&gt;Functions currently deployed on earlier runtimes are unaffected. Node.js v22 remains the current default.&lt;/p&gt;
&lt;p&gt;To upgrade your runtime or learn more about supported versions, see the &lt;a href="https://www.twilio.com/docs/serverless/functions-assets/node-upgrade"&gt;Node.js version upgrade guide&lt;/a&gt; and the &lt;a href="https://www.twilio.com/docs/serverless/functions-assets/async-await-migration"&gt;Migrating Functions from callback to async/await documentation&lt;/a&gt;.&lt;/p&gt;

</description>
<pubDate>
Wed, 08 Jul 2026 00:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/node-js-v24-is-now-available-for-twilio-functions
</link>
<guid>
https://www.twilio.com/en-us/changelog/node-js-v24-is-now-available-for-twilio-functions
</guid>
</item>

<item>
<title>
WhatsApp Usernames is now supported on the Twilio Platform &amp; Messaging APIs for WhatsApp
</title>
<description>
&lt;p&gt;WhatsApp Usernames is now supported on the Twilio Platform and Messaging APIs for WhatsApp. WhatsApp now allows users to adopt usernames. A username can optionally mask a user's personal phone number and allows them to interact with businesses through Business Scoped User IDs (BSUID). Twilio exposes this identifier in message webhooks and in Event Streams event data. Meta is releasing this functionality in multiple waves, starting on July 7, with additional countries to follow at later dates. Please check our &lt;a href="https://www.twilio.com/docs/whatsapp/key-concepts#whatsapp-usernames"&gt;documentation&lt;/a&gt; for the latest &lt;a href="https://www.twilio.com/docs/whatsapp/key-concepts#rollout-timeline"&gt;rollout schedule&lt;/a&gt;.&lt;/p&gt;

</description>
<pubDate>
Tue, 07 Jul 2026 02:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/whatsapp-usernames
</link>
<guid>
https://www.twilio.com/en-us/changelog/whatsapp-usernames
</guid>
</item>

<item>
<title>
Branded Calling for Non-US Regions is Now in Public Beta
</title>
<description>
&lt;p&gt;We are thrilled to announce that Branded Calling has officially entered Public Beta for our customers in Canada, Germany, and the United Kingdom.&lt;/p&gt;

</description>
<pubDate>
Tue, 07 Jul 2026 00:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/branded-calling-for-non-us-regions-is-now-in-public-beta
</link>
<guid>
https://www.twilio.com/en-us/changelog/branded-calling-for-non-us-regions-is-now-in-public-beta
</guid>
</item>

<item>
<title>
Email Notifications for A2P 10DLC Campaign Registrations
</title>
<description>
&lt;p&gt;Email notifications for A2P 10DLC campaign registrations to give you greater visibility into your onboarding pipeline are now live. &lt;br&gt;
Automated email updates at four critical stages of the campaign lifecycle:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b style="font-family: adobe-clean, &amp;quot;Source Sans Pro&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Ubuntu, &amp;quot;Trebuchet MS&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, sans-serif;"&gt;Initial Registration:&lt;/b&gt; Confirmation that your campaign submission has been received and is entering review.&lt;/li&gt;
&lt;li&gt;&lt;b style="font-family: adobe-clean, &amp;quot;Source Sans Pro&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Ubuntu, &amp;quot;Trebuchet MS&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, sans-serif;"&gt;Approval:&lt;/b&gt; Notification that your campaign is live and ready to route traffic.&lt;/li&gt;
&lt;li&gt;&lt;b style="font-family: adobe-clean, &amp;quot;Source Sans Pro&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Ubuntu, &amp;quot;Trebuchet MS&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, sans-serif;"&gt;Rejection:&lt;/b&gt; Immediate alert if a campaign fails carrier or ecosystem validation, allowing you to address issues quickly.&lt;/li&gt;
&lt;li&gt;&lt;b style="font-family: adobe-clean, &amp;quot;Source Sans Pro&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Ubuntu, &amp;quot;Trebuchet MS&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, sans-serif;"&gt;Resubmission:&lt;/b&gt; Confirmation when a corrected campaign has been successfully submitted for re-review.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;b&gt;Where are these emails sent?&lt;/b&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b style="font-family: adobe-clean, &amp;quot;Source Sans Pro&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Ubuntu, &amp;quot;Trebuchet MS&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, sans-serif; font-size: 14px;"&gt;Standard Direct Customers:&lt;/b&gt; Notifications are sent directly to the address provided in your Brand registration or the specific &lt;b style="font-family: adobe-clean, &amp;quot;Source Sans Pro&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Ubuntu, &amp;quot;Trebuchet MS&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, sans-serif; font-size: 14px;"&gt;&lt;a title="Twilio API Docs" aria-label="Twilio API Docs" href="https://www.twilio.com/docs/messaging/compliance/a2p-10dlc/onboarding-isv-api#2-create-and-submit-a-trustproduct:~:text=The%20email%20is%20the%20email%20address%20to%20which%20Twilio%20sends%20updates%20when%20the%20TrustProduct%27s%20status%20changes.%20This%20should%20be%20your%20(the%20ISV%27s)%20email%20address%2C%20not%20the%20customer%27s.%20You%20need%20to%20monitor%20this%20email%20address%20for%20changes%20in%20the%20TrustProduct%27s%20status."&gt;A2P bundle email field&lt;/a&gt;&lt;/b&gt; (which can be viewed and updated anytime within the Console).&lt;/li&gt;
&lt;li&gt;&lt;b style="font-family: adobe-clean, &amp;quot;Source Sans Pro&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Ubuntu, &amp;quot;Trebuchet MS&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, sans-serif;"&gt;ISV Customers &amp;amp; Subaccounts:&lt;/b&gt; To protect the end-customer experience, if a campaign belongs to a subaccount under an ISV, the notification will automatically route to the &lt;b style="font-family: adobe-clean, &amp;quot;Source Sans Pro&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Ubuntu, &amp;quot;Trebuchet MS&amp;quot;, &amp;quot;Lucida Grande&amp;quot;, sans-serif;"&gt;Parent ISV account’s Primary Customer Profile (PCP) email&lt;/b&gt; instead of the subaccount.&lt;/li&gt;
&lt;/ul&gt;

</description>
<pubDate>
Tue, 07 Jul 2026 00:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/email-notifications-for-a2p-10dlc-campaign-registrations
</link>
<guid>
https://www.twilio.com/en-us/changelog/email-notifications-for-a2p-10dlc-campaign-registrations
</guid>
</item>

<item>
<title>
OAuth 2.0 client credentials for Organization API access is now GA
</title>
<description>
&lt;p&gt;Organization APIs can now be accessed using OAuth 2.0 client credentials (grant type per &lt;a rel="noopener noreferrer" target="_blank" href="https://datatracker.ietf.org/doc/html/rfc6749#section-4.4"&gt;RFC 6749, section 4.4&lt;/a&gt;). Alongside GA, we're also launching the &lt;a rel="noopener noreferrer" target="_blank" href="https://www.twilio.com/docs/iam/access-control/role-assignment-resource"&gt;Role Assignments&lt;/a&gt; and &lt;a rel="noopener noreferrer" target="_blank" href="https://www.twilio.com/docs/iam/access-control/role-resource"&gt;Roles&lt;/a&gt; public APIs.&lt;/p&gt;
&lt;p&gt;This release enables:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;b&gt;Microsoft Entra ID SCIM integration:&lt;/b&gt; Follow our &lt;a rel="noopener noreferrer" target="_blank" href="https://www.twilio.com/docs/iam/scim/entra-integration"&gt;integration guide&lt;/a&gt; to set it up.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;b&gt;Programmatic user management:&lt;/b&gt; Manage users via standard &lt;a rel="noopener noreferrer" target="_blank" href="https://www.twilio.com/docs/iam/scim/api-reference"&gt;SCIM APIs&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;b&gt;Programmatic role management: &lt;/b&gt;Assign any &lt;a rel="noopener noreferrer" target="_blank" href="https://www.twilio.com/docs/iam/access-control/types-of-roles"&gt;role type&lt;/a&gt; to users via the new Role Assignments and Roles APIs.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
<pubDate>
Fri, 03 Jul 2026 14:30:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/oauth-client-credentials-orgs-api-ga
</link>
<guid>
https://www.twilio.com/en-us/changelog/oauth-client-credentials-orgs-api-ga
</guid>
</item>

<item>
<title>
Upcoming changes to Twilio Interconnect SIP Signaling IP Addresses
</title>
<description>
&lt;p&gt;In the second half of 2027, Twilio will update the SIP signaling IP addresses used for &lt;a href="https://www.twilio.com/docs/voice/api/sip-interface"&gt;Programmable Voice SIP&lt;/a&gt; and &lt;a href="https://www.twilio.com/docs/sip-trunking"&gt;Elastic SIP Trunking&lt;/a&gt; over &lt;a href="https://www.twilio.com/docs/interconnect"&gt;Interconnect&lt;/a&gt; in all regions. The &lt;a href="https://www.twilio.com/docs/interconnect"&gt;Interconnect&lt;/a&gt; signaling IPs, for both inbound and outbound SIP signaling over private connections, will move to the 159.26.160.0/20 range as part of infrastructure improvements for greater flexibility, reliability, and scalability.&lt;/p&gt;
&lt;p&gt;Customers using these products over &lt;a href="https://www.twilio.com/docs/interconnect"&gt;Interconnect&lt;/a&gt; will need to update their network firewalls to allowlist the new IP addresses before the cutover date. Depending on the specific Twilio solution in use, IP address configurations within that solution may also need to be updated.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;SIP FQDNs/hostnames, TLS certificates, public internet SIP signaling IPs, and Media IP address ranges aren’t affected by this migration.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;

</description>
<pubDate>
Thu, 02 Jul 2026 00:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/interconnect-sip-signaling-ip
</link>
<guid>
https://www.twilio.com/en-us/changelog/interconnect-sip-signaling-ip
</guid>
</item>

<item>
<title>
Voice Insights Call Summary: Removal of conference_participant field
</title>
<description>
&lt;p&gt;The &lt;b&gt;conference_participant&lt;/b&gt; field in the Voice Insights Call Summary is being removed from the &lt;a href="https://www.twilio.com/docs/voice/voice-insights/api/call/details-call-summary"&gt;REST API&lt;/a&gt; and &lt;a href="https://www.twilio.com/docs/events/event-types/voice-insights/call-summary"&gt;Event Streams&lt;/a&gt; August 1, 2026. This field pre-dated Conference Insights and had limited accuracy due to the complexity of conference call flows. It is currently only populated for calls eligible to participate in a Twilio conference; all others return &lt;b&gt;attributes: null&lt;/b&gt;. After removal, all calls will uniformly return &lt;b&gt;attributes: null&lt;/b&gt;. Use the &lt;a href="https://www.twilio.com/docs/voice/voice-insights/api/conference"&gt;Conference Insights API&lt;/a&gt; or &lt;a href="https://www.twilio.com/docs/voice/voice-insights/event-streams/conference-insights-event"&gt;Conference Insights Event Streams&lt;/a&gt; for conference data going forward.&lt;/p&gt;

</description>
<pubDate>
Wed, 01 Jul 2026 03:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/voice-insights-removal-conference-participant-field
</link>
<guid>
https://www.twilio.com/en-us/changelog/voice-insights-removal-conference-participant-field
</guid>
</item>

<item>
<title>
Updates to optimize RCS delivery and fallback
</title>
<description>
&lt;p&gt;Twilio recently made improvements to our platform to increase RCS delivery and improve fallback consistency.&lt;/p&gt;
&lt;p&gt;The time for a recipient’s device to confirm delivery before an RCS message’s status is updated to &amp;quot;undelivered&amp;quot; or a fallback SMS / MMS is sent, no longer depends on how long a message is queued within Twilio. Consequently, when messages queue within Twilio (as expected when sending large marketing campaigns) Twilio’s native fallback-to-SMS feature now ensures messages to RCS-capable devices are always attempted to be delivered on RCS, and no longer will fall back prematurely.&lt;/p&gt;
&lt;p&gt;In addition, to optimize our platform by balancing successful RCS delivery with timely message resolution (whether that results in a native SMS / MMS fallback or a timely &amp;quot;undelivered&amp;quot; status), the amount of time given to devices to confirm delivery has been updated. As a result, you may notice messages falling back to SMS / MMS or an RCS message’s status updating to undelivered faster or slower than before.&lt;/p&gt;
&lt;p&gt;No code changes are needed to take advantage of these optimizations. However, you may guide this behavior by ensuring you are using the &amp;quot;ValidityPeriod&amp;quot; parameter. Though the &amp;quot;ValidityPeriod&amp;quot; parameter continues to only apply to messages queued within Twilio’s platform, it is used to inform Twilio of how time-sensitive the message is and when a faster fallback or failure signal is needed. For time-sensitive messages, like OTPs or appointment reminders, it’s recommended to use a shorter value than the 10-hour default, like 30 seconds or 15 minutes. For customers sending RCS without Twilio's native fallback feature, these optimizations also ensure the message’s status moves to &amp;quot;undelivered&amp;quot; when it is no longer likely to be delivered, rather than waiting hours (or days) for it to inevitably expire.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;

</description>
<pubDate>
Wed, 01 Jul 2026 03:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/updates-to-optimize-rcs-delivery-and-fallback
</link>
<guid>
https://www.twilio.com/en-us/changelog/updates-to-optimize-rcs-delivery-and-fallback
</guid>
</item>

<item>
<title>
Consent Management API is now Generally Available and HIPAA Eligible
</title>
<description>
&lt;p&gt;Consent Management API is now Generally Available allowing you to programmatically sync, store, update, and manage user consent preferences globally across RCS, SMS, and MMS channels.&lt;/p&gt;
&lt;p&gt;As of June 30, 2026, Consent Management APIs can now support healthcare use cases that may contain protected health information (PHI) for organizations that are subject to the Health Insurance Portability and Accountability Act (HIPAA). Twilio will sign Business Associate Addendums (BAA) with covered entities and business associates for&lt;a href="https://twil.io/hipaa-eligible-products-and-services"&gt; HIPAA Eligible Services&lt;/a&gt;.&amp;nbsp;Learn more about &lt;a href="https://twil.io/architecting-for-hipaa"&gt;how to build on Twilio for HIPAA compliance&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Learn more about this feature and how to enable it in our&lt;a href="https://www.twilio.com/docs/messaging/features/consent-api"&gt; documentation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;

</description>
<pubDate>
Tue, 30 Jun 2026 14:30:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/consent-management-api-ga-and-hipaa-eligible
</link>
<guid>
https://www.twilio.com/en-us/changelog/consent-management-api-ga-and-hipaa-eligible
</guid>
</item>

<item>
<title>
 Compliance Toolkit for Messaging is now HIPAA Eligible
</title>
<description>
&lt;p&gt;As of June 30, 2026, Compliance Toolkit can now support healthcare use cases that may contain protected health information (PHI) for organizations that are subject to the Health Insurance Portability and Accountability Act (HIPAA). Twilio will sign Business Associate Addendums (BAA) with covered entities and business associates for&lt;a href="https://twil.io/hipaa-eligible-products-and-services"&gt; HIPAA Eligible Services&lt;/a&gt;.&amp;nbsp;Learn more about &lt;a href="https://twil.io/architecting-for-hipaa"&gt;how to build on Twilio for HIPAA compliance&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Learn more about this feature and how to enable it in our &lt;a href="https://www.twilio.com/docs/messaging/features/compliance-toolkit"&gt;documentation.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;

</description>
<pubDate>
Tue, 30 Jun 2026 14:30:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/compliance-toolkit-is-now-hipaa-eligible
</link>
<guid>
https://www.twilio.com/en-us/changelog/compliance-toolkit-is-now-hipaa-eligible
</guid>
</item>

<item>
<title>
Twilio Voice React Native SDK Conversation Relay Reference Component
</title>
<description>
&lt;p&gt;Twilio Conversation Relay handles the real-time complexity of voice AI interactions - transcription, turn-taking, interruption handling, speech generation - so that your app logic stays focused on the conversation itself. We've published a reference component for the Twilio Voice React Native SDK to show how that works end-to-end on mobile.&lt;/p&gt;

</description>
<pubDate>
Tue, 30 Jun 2026 00:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/twilio-voice-react-native-sdk-conversation-relay-reference-component
</link>
<guid>
https://www.twilio.com/en-us/changelog/twilio-voice-react-native-sdk-conversation-relay-reference-component
</guid>
</item>

<item>
<title>
Compliance Embeddable for US A2P 10DLC is now available in Private Beta
</title>
<description>
&lt;p&gt;Twilio is launching the Private Beta for &lt;a href="https://www.twilio.com/docs/messaging/compliance/a2p-10dlc/compliance-embeddable-onboarding"&gt;Compliance Embeddable for US A2P 10DLC&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;The &lt;a href="https://help.twilio.com/articles/31769870199707-What-is-the-Compliance-Embeddable"&gt;Compliance Embeddable&lt;/a&gt; is a white-label, self-service solution that integrates seamlessly into an &lt;a href="https://www.twilio.com/en-us/blog/isv-getting-started-with-twilio#What-is-an-ISV"&gt;Independent Software Vendor’s (ISV)&lt;/a&gt; application portal.&amp;nbsp;With the Compliance Embeddable, end customers can independently complete both brand and campaign registrations while Twilio handles the underlying regulatory infrastructure behind the scenes.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Featuring fully customizable styling and data pre-filling, the Compliance Embeddable simplifies end-user registration, reduces internal development overhead, and streamlines onboarding workflows.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://forms.gle/DN5vChaxh3Q7Y6rX8"&gt;Sign up for the Private Beta to get started&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;

</description>
<pubDate>
Mon, 29 Jun 2026 02:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/compliance-embeddable-USA2P10DLC-beta
</link>
<guid>
https://www.twilio.com/en-us/changelog/compliance-embeddable-USA2P10DLC-beta
</guid>
</item>

<item>
<title>
Enhanced Role-Based Access Control (RBAC) is a GA product in the new Twilio Console
</title>
<description>
&lt;p&gt;With Enhanced RBAC we have introduced more granular roles called built-in roles, which provide access to specific Twilio products including Messaging, Studio, Phone Numbers etc. You can find the complete list of new roles &lt;a rel="noopener noreferrer" target="_blank" href="https://www.twilio.com/docs/iam/access-control/types-of-roles#built-in-roles"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;These roles can be assigned at the organization, account or subaccount level, unlike the &lt;a rel="noopener noreferrer" target="_blank" href="https://help.twilio.com/articles/223136227-What-is-the-difference-between-user-roles-Owner-Administrator-Developer-Billing-Manager-and-Support"&gt;general roles&lt;/a&gt; which can only be assigned at the account level.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;

</description>
<pubDate>
Thu, 25 Jun 2026 14:30:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/rbac-ga-twilio-console
</link>
<guid>
https://www.twilio.com/en-us/changelog/rbac-ga-twilio-console
</guid>
</item>

<item>
<title>
Elastic SIP Trunking - Immutable Call Forwarding with CallToken (Public Beta)
</title>
<description>
&lt;p&gt;Twilio is announcing its public beta availability of Call Forwarding with Caller ID preservation. Twilio Elastic SIP Trunking customers who would like to preserve &amp;amp; retain the caller ID from the incoming trunking origination call in their outgoing trunking termination (forwarded) call for context about their customers can now use this feature. Twilio Programmable Voice already has support for this functionality via&amp;nbsp;&lt;a href="https://www.twilio.com/docs/voice/trusted-calling-with-shakenstir#use-a-calltoken-when-forwarding-a-call-programmable-voice"&gt;CallTokens&lt;/a&gt;.&lt;/p&gt;

</description>
<pubDate>
Tue, 23 Jun 2026 00:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/elastic-sip-trunking---immutable-call-forwarding-with-calltoken-
</link>
<guid>
https://www.twilio.com/en-us/changelog/elastic-sip-trunking---immutable-call-forwarding-with-calltoken-
</guid>
</item>

<item>
<title>
Sending Typing Indicators on RCS, WA, and AMB in V3 Typing Indicator API
</title>
<description>
&lt;p&gt;New Unified Typing Indicator API experience:&lt;/p&gt;
&lt;p&gt;You can now send typing indicators across RCS, WhatsApp (WA), and Apple Messages for Business (AMB) using a streamlined consistent integration with JSON payloads.&lt;/p&gt;
&lt;p&gt;Smart Channel Behaviors:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;RCS: Displays a typing indicator for up to 20 seconds (or until the message delivers) to reduce perceived wait times.&lt;/li&gt;
&lt;li&gt;WhatsApp: Automatically marks the referenced message as read and displays the indicator for up to 25 seconds (or until delivery) using the required messageId.&lt;/li&gt;
&lt;li&gt;Apple Messages for Business (Private Beta): Support for Typing indicators is available! Please note that AMB access is currently restricted as it is in private beta. How to use typing indicators on AMB is available in our beta documentation.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;💡 Need more time? For longer workflows, you can send additional typing indicator requests to extend the duration before the default timeouts hit.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;See our public documentation here:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.twilio.com/docs/rcs/send-an-rcs-message#send-an-rcs-typing-indicator"&gt;RCS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.twilio.com/docs/whatsapp/api/typing-indicators-resource#send-a-typing-indicator"&gt;WA&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;

</description>
<pubDate>
Sun, 14 Jun 2026 18:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/v3-typing-indicator-api
</link>
<guid>
https://www.twilio.com/en-us/changelog/v3-typing-indicator-api
</guid>
</item>

<item>
<title>
Studio and TaskRouter are now available in Private Beta in IE1
</title>
<description>
&lt;p&gt;Studio and TaskRouter are now available in Private Beta in Twilio's Ireland (IE1) region. With this release, your application's Studio and TaskRouter data is processed and stored in IE1, providing EU data residency and control over where your contact center routing and workflow automation data lives.&lt;/p&gt;
&lt;p&gt;You can learn more on Studio and TaskRouter as well as other Regional products on our &lt;a href="https://www.twilio.com/docs/global-infrastructure/regional-product-and-feature-availability"&gt;Regional product and feature availability page&lt;/a&gt;. To request Private Beta access, contact your account team.&lt;/p&gt;

</description>
<pubDate>
Thu, 11 Jun 2026 00:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/studio-and-taskrouter-private-beta-ie1
</link>
<guid>
https://www.twilio.com/en-us/changelog/studio-and-taskrouter-private-beta-ie1
</guid>
</item>

<item>
<title>
Conference list endpoint will default to in-progress conferences only on July 13, 2026
</title>
<description>
&lt;p&gt;&lt;b&gt;Starting July 13, 2026&lt;/b&gt;, the Conference list endpoint (GET /2010-04-01/Accounts/{AccountSid}/Conferences.json) will default to returning only in-progress conferences.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you're querying for in-progress conferences (the most common use case), no action is needed.&lt;/p&gt;
&lt;p&gt;Currently, calling this endpoint without a Status filter returns all conferences regardless of status (init, in-progress, and completed). This change is part of an infrastructure upgrade that separates in-progress and completed conference data into distinct systems, improving reliability and performance for real-time conference operations.&lt;/p&gt;

</description>
<pubDate>
Wed, 10 Jun 2026 02:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/conference-list-endpoint-july-2026
</link>
<guid>
https://www.twilio.com/en-us/changelog/conference-list-endpoint-july-2026
</guid>
</item>

<item>
<title>
Data Residency for SMS (EU) is now Generally Available (GA)
</title>
<description>
&lt;p&gt;The Programmable Messaging API is now generally available for SMS in Twilio’s Ireland (IE1) region. When using this feature, SMS message personal data is stored and processed in the EU up to the point it reaches Twilio’s connections with telecommunications providers.&lt;/p&gt;
&lt;p&gt;With this release, the Ireland (IE1) region supports the following messaging features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Programmable Messaging API&lt;/b&gt;: Send outbound SMS messages using phone numbers and alphanumeric sender IDs.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Inbound SMS&lt;/b&gt;: Receive inbound SMS messages via webhooks configured at the phone number or messaging service level.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Messaging Services&lt;/b&gt;: Manage IE1 sender pools from the Twilio console or via the API. Take advantage of Sticky Sender, Country Code Geomatch, Advanced Opt-Out, and service webhooks in IE1.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Messaging Logs and Insights&lt;/b&gt;: Analyze and troubleshoot IE1 SMS traffic in the Twilio Console.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Phone Numbers&lt;/b&gt;: Configure phone numbers for use in IE1 using the Twilio Console or the API.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To learn more and get started, see the &lt;a href="https://www.twilio.com/docs/global-infrastructure/messaging-api-with-twilio-regions"&gt;developer documentation&lt;/a&gt;.&lt;/p&gt;

</description>
<pubDate>
Tue, 09 Jun 2026 19:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/data-residency-for-sms--eu--is-now-generally-available--ga-
</link>
<guid>
https://www.twilio.com/en-us/changelog/data-residency-for-sms--eu--is-now-generally-available--ga-
</guid>
</item>

<item>
<title>
Upcoming cipher suite list update for all Twilio REST API endpoints on November 18, 2026
</title>
<description>
&lt;p&gt;Security standards are always evolving, and we want to ensure your Twilio applications are using the strongest protection available.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;We're extending the deadline for these changes and customers now have until November 18, 2026, to update their setups with the ciphers listed below. We’ll continue accepting legacy cipher traffic during that window so customer applications keep running without interruption.&amp;nbsp;&lt;/b&gt;&lt;/p&gt;

</description>
<pubDate>
Tue, 26 May 2026 00:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/cipher-suite-list-update-twilio-rest-api-early-2026
</link>
<guid>
https://www.twilio.com/en-us/changelog/cipher-suite-list-update-twilio-rest-api-early-2026
</guid>
</item>

<item>
<title>
T-Mobile A2P 10DLC Daily Limit Warning Error Codes 30025, 30026, and 30027 Being Decommissioned
</title>
<description>
&lt;p&gt;Starting May 21, 2026, T-Mobile A2P 10DLC daily message cap warning error codes &lt;a href="https://www.twilio.com/docs/api/errors/30025"&gt;30025&lt;/a&gt; (50% threshold), &lt;a href="https://www.twilio.com/docs/api/errors/30026"&gt;30026&lt;/a&gt; (70% threshold), and &lt;a href="https://www.twilio.com/docs/api/errors/30027"&gt;30027&lt;/a&gt; (100% of the daily limit) are being retired. These error codes will no longer fire in API error logs or webhooks, and the associated proactive warning emails will stop.&lt;/p&gt;
&lt;p&gt;Error code &lt;a href="https://www.twilio.com/docs/api/errors/30023"&gt;30023&lt;/a&gt;, which triggers when traffic hits 100% of the T-Mobile daily cap, is not affected by this change.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;What do customers need to do?&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Customers who have webhooks or monitoring configured for error codes &lt;a href="https://www.twilio.com/docs/api/errors/30025"&gt;30025&lt;/a&gt;, &lt;a href="https://www.twilio.com/docs/api/errors/30026"&gt;30026&lt;/a&gt;, or 30027 should plan to remove those integrations before&amp;nbsp; May 21.&lt;/p&gt;
&lt;p&gt;Customers who relied on these error codes or warning notifications to monitor daily usage can track T-Mobile message volume through Twilio Messaging Insights. Error code &lt;a href="https://www.twilio.com/docs/api/errors/30023"&gt;30023&lt;/a&gt; will continue to fire when traffic hits 100% of the T-Mobile daily cap, so customers can use that as a trigger for monitoring and alerting.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Need a hand?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;These resources will help:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.twilio.com/docs/api/errors/30023"&gt;Error code 30023&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://help.twilio.com/articles/1260804800549-T-Mobile-Daily-Message-Limits-for-Long-Code-Messaging-with-A2P-10DLC"&gt;T-Mobile Daily Message Limits&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.twilio.com/docs/messaging/features/messaging-insights"&gt;Twilio Messaging Insights&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.twilio.com/docs/messaging/features/traffic-optimization-engine"&gt;Traffic Optimization Engine&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
<pubDate>
Tue, 12 May 2026 02:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/t-Mobile_a2p__10dlc_daily_limit_warning
</link>
<guid>
https://www.twilio.com/en-us/changelog/t-Mobile_a2p__10dlc_daily_limit_warning
</guid>
</item>

<item>
<title>
Apple Messages for Business Private Beta with Twilio
</title>
<description>
&lt;p&gt;We are excited to announce that &lt;b&gt;Apple Messages for Business (AMB)&lt;/b&gt; is now available in Private Beta on the Twilio platform. This release allows businesses to connect with their customers directly within the native Messages app on iPhone, iPad, and Apple Watch, providing a secure, branded, and highly interactive communication channel.&lt;/p&gt;
&lt;p&gt;With Apple Messages for Business, you can go beyond plain text to deliver rich, end-to-end customer journeys with features like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Native Entry Points:&lt;/b&gt; Meet customers where they already are—integrated natively into Apple Maps, Safari, Siri, and iOS Search.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Rich Interactive Features:&lt;/b&gt; Utilize List Pickers for product selection, Time Pickers for scheduling, and Rich Links for high-fidelity website previews.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Secure Commerce:&lt;/b&gt; Enable seamless, one-touch payments using Apple Pay, authenticated via FaceID or TouchID.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Branded Experience:&lt;/b&gt; Build trust with a verified sender logo and end-to-end encrypted messaging.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To learn more and request access to the beta, visit Twilio's&amp;nbsp;&lt;a href="https://www.twilio.com/en-us/messaging/channels/apple-messages-for-business"&gt;Apple Messages for Business product page&lt;/a&gt;.&lt;/p&gt;

</description>
<pubDate>
Thu, 07 May 2026 03:00:00 -0400
</pubDate>
<link>
https://www.twilio.com/en-us/changelog/amb-private-beta
</link>
<guid>
https://www.twilio.com/en-us/changelog/amb-private-beta
</guid>
</item>

</channel>
</rss>

