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

# 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

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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