CRMを拡張
Deutsch
cURL
curl --request POST \ --url https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings \ --header 'Content-Type: application/json' \ --data '{ "height": 123, "isReady": true, "name": "<string>", "supportsCustomObjects": true, "supportsInboundCalling": true, "url": "<string>", "usesCallingWindow": true, "usesRemote": true, "width": 123 }'
{ "createdAt": "2023-11-07T05:31:56Z", "height": 123, "isReady": true, "name": "<string>", "supportsCustomObjects": true, "supportsInboundCalling": true, "updatedAt": "2023-11-07T05:31:56Z", "url": "<string>", "usesCallingWindow": true, "usesRemote": true, "width": 123 }
コール拡張機能のメニューラベル、ターゲットiframe URL、サイズを設定します。
successful operation