Pular para o conteúdo principal
PATCH
/
conversations
/
v3
/
custom-channels
/
{channelId}
Atualize um canal personalizado
curl --request PATCH \
  --url 'https://api.hubapi.com/conversations/v3/custom-channels/{channelId}?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "capabilities": {},
  "channelAccountConnectionRedirectUrl": {},
  "channelDescription": {},
  "channelLogoUrl": {},
  "name": {},
  "webhookUrl": {}
}
'
{
  "capabilities": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "name": "<string>",
  "channelAccountConnectionRedirectUrl": "<string>",
  "channelDescription": "<string>",
  "channelLogoUrl": "<string>",
  "webhookUrl": "<string>"
}
Produtos suportados
Requer um dos seguintes produtos ou superior.
Marketing HubMarketing HubGrátis
Sales HubSales HubProfessional
Service HubService HubProfessional
Content HubContent HubGrátis

Autorizações

hapikey
string
query
obrigatório

Parâmetros de caminho

channelId
integer<int32>
obrigatório

O ID do canal a ser atualizado.

Corpo

application/json
capabilities
object
obrigatório
channelAccountConnectionRedirectUrl
object
obrigatório
channelDescription
object
obrigatório
channelLogoUrl
object
obrigatório
name
object
obrigatório
webhookUrl
object
obrigatório

Resposta

successful operation

capabilities
object
obrigatório
createdAt
string<date-time>
obrigatório
id
string
obrigatório
name
string
obrigatório
channelAccountConnectionRedirectUrl
string
channelDescription
string
channelLogoUrl
string
webhookUrl
string
Last modified on September 17, 2025