Zum Hauptinhalt springen
PATCH
/
conversations
/
v3
/
custom-channels
/
{channelId}
Einen benutzerdefinierten Kanal aktualisieren
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>"
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Kostenlos
Sales HubSales Hub -Professional
Service HubService Hub -Professional
Content HubContent Hub -Kostenlos

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

channelId
integer<int32>
erforderlich

Die ID des Kanals, der aktualisiert werden soll.

Body

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

Antwort

successful operation

capabilities
object
erforderlich
createdAt
string<date-time>
erforderlich
id
string
erforderlich
name
string
erforderlich
channelAccountConnectionRedirectUrl
string
channelDescription
string
channelLogoUrl
string
webhookUrl
string
Last modified on December 10, 2025