CRMを拡張
cURL
curl --request PATCH \ --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>" }
アプリの既存の[チャネル接続設定](https://developers.hubspot.com/docs/guides/api/crm/extensions/third-party-calling#manage-the-webhook-settings-for-channel-connection)を更新します。
チャネル接続設定を更新するアプリの固有ID。
チャネル接続設定が準備できているかどうかを示します。
チャネル接続設定のURL。
successful operation
チャネル接続設定が作成された日時。
チャネル接続設定を使用する準備ができたかどうかを示します。
チャネル接続設定が最後に更新された日時。
チャネル接続設定と関連付けられたURL。