---
title: "Configure Slack Channels"
method: POST
path: "/slack/installations/{installation_id}/channels"
tags: ["Usage"]
---

# Configure Slack Channels

`POST /slack/installations/{installation_id}/channels`

Configure which channels to index.

## Path parameters

- `installation_id` string, required

## Request body

- RoutesV2SlackSlackChannelsConfigRequest — Configure which channels to index.
  - `mode` string — 'all' to index all channels, 'selected' to pick specific ones
  - `include_channels` string[], nullable — Channel IDs to include (when mode='selected')
  - `exclude_channels` string[], nullable — Channel IDs to exclude
  - `live_sync_channels` string[], nullable — Channel IDs to enable real-time sync (bot joins these channels)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/trynia/apis/nia-ai-api.md) · [All operations](https://skmtc.net/trynia/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trynia/nia-ai-api/revisions/d216ffc3efb6/schema)
