Saltar al contenido principal
POST
/
conversations
/
v3
/
custom-channels
/
{channelId}
/
channel-accounts
Crear una cuenta de canal
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>"
}
'
{
  "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": "CHANNEL_SPECIFIC_OPAQUE_ID",
    "value": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

channelId
integer<int32>
requerido

Cuerpo

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

Respuesta

successful operation

active
boolean
requerido
archived
boolean
requerido
authorized
boolean
requerido
channelId
string
requerido
createdAt
string<date-time>
requerido
id
string
requerido
inboxId
string
requerido
name
string
requerido
archivedAt
string<date-time>
deliveryIdentifier
object
Last modified on April 13, 2026