---
title: "Connect Bot Channel Route"
method: POST
path: "/api/v1/integrations/{provider}/bot-channels"
tags: ["integrations"]
---

# Connect Bot Channel Route

`POST /api/v1/integrations/{provider}/bot-channels`

Connect (or mute) a channel for this workspace's bot. Refuses Slack Connect /
externally-shared channels (they include another org's members, so they can't be a
safe data boundary) and channels already connected to a different workspace.

## Path parameters

- `provider` string, required

## Headers

- `authorization` string, nullable — Bearer <token>

## Request body

- BotChannelConnectRequest
  - `channel_id` string, required
  - `channel_name` string, nullable
  - `guild_id` string, nullable
  - `kind` string

## Response `200`

Successful Response

- EnvelopeDict
  - `data` object, required
  - `meta` Meta
    - `request_id` string
    - `timestamp` string, date-time
    - `total` integer, nullable
    - `truncated` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/eb854265cf29/schema)
