v1

latestOpenAPI 3.1.02026-07-261620662.2 KB

Etapa 2: Conectar canal do chat

post/{channel_id}/connect

Path parameters

channel_idstring required

Obtenha isso na Etapa 1

Request body

account_idstring

amojo_id que você obtém na Etapa 1

titlestring

Nome do bot

hook_api_version'v2'

A versão da API de Chat

Response

200

account_idstring
scope_idstring
titlestring
hook_api_versionstring

Example response

{
  "account_id": "52fd2a28-d2eb-4bd8-b862-b57934927b38",
  "scope_id": "f62a0162-46a7-430e-b06c-0ef798d56b21_52fd2a28-d2eb-4bd8-b862-b57934927b38",
  "title": "MyKommo",
  "hook_api_version": "v2"
}