CRM erweitern
Deutsch
cURL
curl --request POST \ --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 }
Legen Sie das Menü-Label, die iframe-Ziel-URL und die Abmessungen für Ihre Anruferweiterung fest.
successful operation