v3
latestOpenAPI 3.1.02026-08-087684214.2 KBconversations
Update Conversation
Update a conversation.
- metadata: store custom context for AI agents (customer info, order/ticket ids, session state). Replaces the stored object; surfaced in webhook payloads as conversationState.
- group_name: rename a group conversation (iMessage groups only). Also renames the underlying iMessage thread.
Only the fields you include are changed: a rename-only PATCH leaves metadata untouched, and vice versa.
patch/v1/conversations/{conversation_id}
Path parameters
conversation_idstring required
Request body
Example request
{
"group_name": "Weekend Trip"
}Response
Successful Response