メインコンテンツへスキップ
POST
/
crm
/
extensions
/
calling
/
2026-03
/
{appId}
/
settings
/
channel-connection
特定のアプリの新しいチャネル接続設定を作成します。
curl --request POST \
  --url https://api.hubapi.com/crm/extensions/calling/2026-03/{appId}/settings/channel-connection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "isReady": true,
  "url": "<string>"
}
'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "isReady": true,
  "updatedAt": "2023-11-07T05:31:56Z",
  "url": "<string>"
}

Supported products

承認

Authorization
string
header
必須

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

パスパラメータ

appId
integer<int32>
必須

新しいチャネル接続設定を作成するアプリの固有ID。

ボディ

application/json
isReady
boolean
必須

チャネル接続設定が準備できているかどうかを示します。

url
string
必須

チャネル接続設定と関連付けられたURL。

レスポンス

successful operation

createdAt
string<date-time>
必須

チャネル接続設定が作成された日時。

isReady
boolean
必須

チャネル接続設定を使用する準備ができたかどうかを示します。

updatedAt
string<date-time>
必須

チャネル接続設定が最後に更新された日時。

url
string
必須

チャネル接続設定と関連付けられたURL。

Last modified on June 5, 2026