---
title: "Etapa 2: Conectar canal do chat"
method: POST
path: "/{channel_id}/connect"
---

# Etapa 2: Conectar canal do chat

`POST /{channel_id}/connect`

## Path parameters

- `channel_id` string, required

## Request body

- object
  - `account_id` string — amojo_id que você obtém na Etapa 1
  - `title` string — Nome do bot
  - `hook_api_version` 'v2' — A versão da API de Chat

## Response `200`

200

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

## Other responses

- `400` — 400

---

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