Saltar al contenido principal
PATCH
/
conversations
/
v3
/
custom-channels
/
{channelId}
Actualizar un 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>"
}
Productos compatibles
Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing HubGratuito
Sales HubSales HubPro
Service HubService HubPro
Content HubContent HubGratuito

Autorizaciones

hapikey
string
query
requerido

Parámetros de ruta

channelId
integer<int32>
requerido

Cuerpo

application/json
capabilities
object
requerido
channelAccountConnectionRedirectUrl
object
requerido
channelDescription
object
requerido
channelLogoUrl
object
requerido
name
object
requerido
webhookUrl
object
requerido

Respuesta

successful operation

capabilities
object
requerido
createdAt
string<date-time>
requerido
id
string
requerido
name
string
requerido
channelAccountConnectionRedirectUrl
string
channelDescription
string
channelLogoUrl
string
webhookUrl
string
Last modified on January 23, 2026