Zum Hauptinhalt springen
POST
/
conversations
/
v3
/
custom-channels
/
{channelId}
/
channel-accounts
Ein Kanalkonto erstellen
curl --request POST \
  --url https://api.hubapi.com/conversations/v3/custom-channels/{channelId}/channel-accounts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "authorized": true,
  "inboxId": "<string>",
  "name": "<string>",
  "deliveryIdentifier": {
    "type": "<string>",
    "value": "<string>"
  }
}
'
{
  "active": true,
  "archived": true,
  "authorized": true,
  "channelId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "inboxId": "<string>",
  "name": "<string>",
  "archivedAt": "2023-11-07T05:31:56Z",
  "deliveryIdentifier": {
    "type": "<string>",
    "value": "<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

Authorization
string
header
erforderlich

The access token received from the authorization server in the OAuth 2.0 flow.

Pfadparameter

channelId
integer<int32>
erforderlich

Die ID des Kanals, für den deas Konto erstellt wird.

Body

application/json
authorized
boolean
erforderlich
inboxId
string
erforderlich
name
string
erforderlich
deliveryIdentifier
object

Antwort

successful operation

active
boolean
erforderlich
archived
boolean
erforderlich
authorized
boolean
erforderlich
channelId
string
erforderlich
createdAt
string<date-time>
erforderlich
id
string
erforderlich
inboxId
string
erforderlich
name
string
erforderlich
archivedAt
string<date-time>
deliveryIdentifier
object
Last modified on December 15, 2025