Messages

Update conversation status

Archive or activate a conversation. Requires accountId in request body.

put/v1/inbox/conversations/{conversationId}

Path parameters

conversationIdstring required

Opaque conversation identifier, accepted verbatim from the list endpoint or from the conversationId on inbox webhooks. Format not to be assumed.

Request body

accountIdstring required

Social account ID

status'active' | 'archived' required

Response

Conversation updated

successboolean

Changes

No recorded changes to this endpoint across all 32 revisions of this API.