メインコンテンツへスキップ
POST
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
/
channel-connection
cURL
curl --request POST \
  --url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/channel-connection?hapikey=' \
  --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>"
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub無料ツール
Sales HubSales HubStarter
Service HubService HubStarter
Content HubContent Hub無料ツール

承認

hapikey
string
query
必須

パスパラメータ

appId
integer<int32>
必須

ボディ

application/json
isReady
boolean
必須
url
string
必須

レスポンス

successful operation

createdAt
string<date-time>
必須
isReady
boolean
必須
updatedAt
string<date-time>
必須
url
string
必須
Last modified on August 31, 2025