CRMを拡張
Deutsch
cURL
curl --request POST \ --url https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/recording \ --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を登録します。
アプリのID。
successful operation
The response is of type object.
object