Étendre le CRM
Français
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>" }
Mettre à jour les [paramètres de connexion aux canaux] existants (https://developers.hubspot.com/docs/guides/api/crm/extensions/third-party-calling#manage-the-webhook-settings-for-channel-connection) pour votre application.
successful operation