Zum Hauptinhalt springen
POST
/
conversations
/
v3
/
custom-channels
Einen benutzerdefinierten Kanal erstellen
curl --request POST \
  --url 'https://api.hubapi.com/conversations/v3/custom-channels/?hapikey=' \
  --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>"
}

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

Body

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

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