Change8

Migrating to Twilio SDK 9.10.0

Version 9.10.0 introduces 2 breaking changes. This guide details how to update your code.

Released: 1/22/2026

2
Breaking Changes
2
Migration Steps
19
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

Query list resource (Autopilot)Query resource (Autopilot)Assistant resource (Autopilot)Webhooks resource (Autopilot)Export resource (Autopilot)InventoryComplianceInsights API (/v1)Content API v2 endpointsMarketplace domain/v1/Stores/{storeId}/Profiles/{profileId}/ConversationSummaries/{summaryId} (DeleteProfileConversationSummary)/v1/Stores/{storeId}/Profiles/Imports (ListProfileImportsV2, ImportProfilesV2)/v1/Stores/{storeId}/Profiles/Imports/{importId} (GetProfileImportV2)/v1/Stores/{storeId}/Profiles/{profileId}/Observations/{observationId}/Revisions (ListObservationRevisions)sender-id-service v2 endpointscompliance_registration delete endpoint (Trusthub)ProvisioningStatus API endpoints (Voice)Get Chat (Wise_owl)Send Message (Wise_owl)Create Chat (Wise_owl)oauth.twilio.com APIs (ported to www.twilio.com)

Breaking Changes

Issue #1

The Autopilot Export resource has been removed from the Autopilot Assistant.

Issue #2

The structure for Get Chat, Send Message, and Create Chat in Wise_owl has changed: the 'contexts' parameter is now nested within the Message object instead of being at the root Chat level. Code relying on 'contexts' being a root property will break.

Migration Steps

  1. 1
    If using Autopilot Export, note that the resource has been removed.
  2. 2
    If using Wise_owl Chat operations (Get Chat, Send Message, Create Chat), ensure the 'contexts' parameter is now passed within the Message object, not at the root Chat level.

Release Summary

This release introduces significant feature updates across several services, including token pagination, response header support, and the release of AI Assistants v1. It also includes breaking changes in Autopilot and Wise_owl regarding resource structure and parameter location.

Need More Details?

View the full release notes and all changes for Twilio SDK 9.10.0.

View Full Changelog