conversations-v2
Breaking Changes2
conversation.participants
The order of participants in the `conversation.participants` list is no longer guaranteed to be stable. Previously, it was sorted by `joined_at` descending. Now, it is returned in an arbitrary order.
Participants sorted by `joined_at` descending.
Participants returned in an arbitrary order.
Remove any client-side sorting or reliance on the order of participants in the `conversation.participants` list.
/v2/Conversations
Resource names for Conversations and related entities (e.g., Participants, Messages) now include the Service SID. For example, a conversation resource name used to be `Conversation/<ConversationSid>`, and is now `Service/<ServiceSid>/Conversation/<ConversationSid>`.
Resource names like `Conversation/<ConversationSid>`
Resource names like `Service/<ServiceSid>/Conversation/<ConversationSid>`
Update all references to resource names to include the Service SID, ensuring correct identification of resources.
Never get blindsided by an API change again
Deprecatr AI monitors 150+ providers, maps changes to your codebase, and delivers migration checklists before your team hits a breaking change.
Join the Waitlist