Skip to main content
PUT
Set Connected Channel Mode

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required
id
string
required

Serval connection UUID returned by ListConnectedChannels, not the platform channel ID.

Body

application/json
mode
enum<string>
required
Available options:
CONNECTED_SERVICE_MODE_UNSPECIFIED,
CONNECTED_SERVICE_MODE_DISABLED,
CONNECTED_SERVICE_MODE_TICKET_ONLY,
CONNECTED_SERVICE_MODE_SILENT_ASSIST,
CONNECTED_SERVICE_MODE_FULL_ASSIST,
CONNECTED_SERVICE_MODE_TEAM_ONLY,
CONNECTED_SERVICE_MODE_DM,
CONNECTED_SERVICE_MODE_TEAM_INBOX,
CONNECTED_SERVICE_MODE_TEAM_INBOX_ALL,
CONNECTED_SERVICE_MODE_ON_DEMAND,
CONNECTED_SERVICE_MODE_ASSISTANT,
CONNECTED_SERVICE_MODE_REDIRECT_TO_DM

Response

200 - application/json

Success

data
data · object