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} \
  --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>"
}

Supported products

Parâmetros de caminho

channelId
integer<int32>
obrigatório

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 April 13, 2026