CRMを拡張
日本語
cURL
curl --request POST \ --url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/recording?hapikey=' \ --header 'Content-Type: application/json' \ --data ' { "urlToRetrieveAuthedRecording": "<string>" } '
{ "urlToRetrieveAuthedRecording": "<string>" }
HubSpotが[コールのレコーディング](https://developers.hubspot.com/docs/guides/apps/extensions/calling-extensions/recordings-and-transcriptions#register-your-app-s-endpoint-with-hubspot-using-the-calling-settings-api)の取得に使用する外部URLを登録します。
successful operation
The URL used to retrieve authenticated call recordings.