Set Connected Channel Mode
Set the mode of an existing channel connection. Use CONNECTED_SERVICE_MODE_FULL_ASSIST to activate Help desk (Always respond), or CONNECTED_SERVICE_MODE_DISABLED to disable it. The id is the Serval connection UUID, not the platform channel ID. Repeating the current mode is a no-op. Only platform-supported modes are accepted; redirect-to-DM requires a Slack DM surface. Does not create connections or invite the bot. Requires channels:write for scoped API keys.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Serval connection UUID returned by ListConnectedChannels, not the platform channel ID.
Body
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
Success

