Passer au contenu 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>"
}

Supported products

Corps

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

Réponse

successful operation

capabilities
object
requis
createdAt
string<date-time>
requis
id
string
requis
name
string
requis
channelAccountConnectionRedirectUrl
string
channelDescription
string
channelLogoUrl
string
webhookUrl
string
Dernière modification le 11 juin 2026