Conversations

make open conversations for the given team/inbox

REQUIRED SCOPES <code>['conversations:write']</code><br> make open conversations for the given team/inbox

put/conversations/batch-queue/open

Request body

team_idinteger required

The ID of the Team

idsinteger[]

The IDs of Conversations

conversation_filterstring

Type of conversation filter

open_allboolean

Example request

{
  "team_id": 1,
  "ids": [
    1
  ],
  "conversation_filter": "open"
}

Response

Response

Changes

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