POST
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
/
channel-connection
チャネル接続設定を定義
curl --request POST \
  --url https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/channel-connection \
  --header 'Content-Type: application/json' \
  --data '{
  "isReady": true,
  "url": "<string>"
}'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "isReady": true,
  "url": "<string>",
  "updatedAt": "2023-11-07T05:31:56Z"
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub無料ツール
Sales HubSales HubStarter
Service HubService HubStarter
Content HubContent Hub無料ツール

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

アプリのID。

Body

application/json

Response

200
application/json

successful operation

The response is of type object.