Skip to content

Update conversation status

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

PUT /v1/inbox/conversations/{conversationId}

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

Parameters

  • conversationId (path, string) required — The conversation ID (id field from list conversations endpoint). This is the platform-specific conversation identifier, not an internal database ID.

Request body

Content-Type: application/json

  • accountId (string) required — Social account ID
  • status (string) required (enum: active, archived)

Responses

200 — Conversation updated

  • success (boolean)
  • data (object)

401

403 — Inbox addon required

404 — Conversation not found (WhatsApp only; other platforms upsert)