Zum Hauptinhalt springen
POST
/
conversations
/
v3
/
custom-channels
/
Einen benutzerdefinierten Kanal erstellen
curl --request POST \
  --url https://api.hubapi.com/conversations/v3/custom-channels/ \
  --header 'Content-Type: application/json' \
  --data '{
  "channelDescription": "<string>",
  "capabilities": {},
  "channelAccountConnectionRedirectUrl": "<string>",
  "channelLogoUrl": "<string>",
  "name": "<string>",
  "webhookUrl": "<string>"
}'
{
  "channelDescription": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "capabilities": {},
  "channelAccountConnectionRedirectUrl": "<string>",
  "channelLogoUrl": "<string>",
  "name": "<string>",
  "id": "<string>",
  "webhookUrl": "<string>"
}
Unterstützte Produkte
Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing HubKostenlos
Sales HubSales HubProfessional
Service HubService HubProfessional
Content HubContent HubKostenlos

Authorizations

hapikey
string
query
required

Body

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

Response

successful operation

createdAt
string<date-time>
required
capabilities
object
required
name
string
required
id
string
required
channelDescription
string
channelAccountConnectionRedirectUrl
string
channelLogoUrl
string
webhookUrl
string