Saltar al contenido principal
POST
/
conversations
/
custom-channels
/
2026-03
cURL
curl --request POST \
  --url https://api.hubapi.com/conversations/custom-channels/2026-03 \
  --header 'Content-Type: application/json' \
  --data '
{
  "capabilities": {},
  "name": "<string>",
  "channelAccountConnectionRedirectUrl": "<string>",
  "channelDescription": "<string>",
  "channelLogoUrl": "<string>",
  "webhookUrl": "<string>"
}
'
{
  "capabilities": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "name": "<string>",
  "channelAccountConnectionRedirectUrl": "<string>",
  "channelDescription": "<string>",
  "channelLogoUrl": "<string>",
  "webhookUrl": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Cuerpo

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

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