---
title: "Connect chat channel"
method: POST
path: "/{channel_id}/connect"
---

# Connect chat channel

`POST /{channel_id}/connect`

## Path parameters

- `channel_id` string, required

## Request body

- object
  - `account_id` string, required — Chats API account ID i.e. account: https://developers.kommo.com/reference/chat-api-accountid
  - `title` string, required — Chat channel name
  - `hook_api_version` 'v2', required — The Chat API version
  - `is_time_window_disabled` boolean — Optional. False by default. If you have enabled the channel time window, you can use this parameter to disable it for your account.

## Response `200`

OK

- object
  - `account_id` string
  - `scope_id` string
  - `title` string
  - `hook_api_version` string
  - `is_time_window_disabled` boolean

## Other responses

- `400` — Bad request
- `403` — Forbidden

---

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