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.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
conversation_id
Request
This endpoint expects an object.
metadata
group_name
New display name for a group conversation. iMessage groups only; also renames the underlying iMessage thread. Ignored (omit) for 1:1 chats.
Response
Successful Response
id
phoneNumberId
phoneNumber
participant
lastMessageAt
messageCount
createdAt
messages
agentId
isGroup
groupId
groupName
groupIconUrl
participants
metadata
Errors
422
Unprocessable Entity Error

