Skip to main content
POST
Configure Slack Channels

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

installation_id
string
required

Body

application/json

Configure which channels to index.

mode
string
default:all

'all' to index all channels, 'selected' to pick specific ones

include_channels
string[] | null

Channel IDs to include (when mode='selected')

exclude_channels
string[] | null

Channel IDs to exclude

live_sync_channels
string[] | null

Channel IDs to enable real-time sync (bot joins these channels)

Response

Successful Response