CRM erweitern
Deutsch
cURL
curl --request PATCH \ --url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings?hapikey=' \ --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 }
Aktualisieren Sie vorhandene Einstellungen für die Anruferweiterung.
successful operation