Passer au contenu principal
PATCH
/
conversations
/
v3
/
custom-channels
/
{channelId}
Mettre à jour un canal personnalisé
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

Paramètres de chemin

channelId
integer<int32>
requis

Corps

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

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