latestOpenAPI 3.0.02026-08-10416661.5 MB

e96b3e58b041

Conversations

make favorite conversations for the given team/inbox

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

put/conversations/batch-queue/favorite

Request body

team_idinteger required

The ID of the Team

idsinteger[]

The IDs of Conversations

allboolean
favoriteboolean
conversation_filterstring

Example request

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

Response

Response