curl --request PATCH \
--url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/recording?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"urlToRetrieveAuthedRecording": "<string>"
}
'{
"urlToRetrieveAuthedRecording": "<string>"
}Atualize o URL que o HubSpot usará para recuperar [gravações de chamadas] (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).
curl --request PATCH \
--url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/recording?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"urlToRetrieveAuthedRecording": "<string>"
}
'{
"urlToRetrieveAuthedRecording": "<string>"
}The URL used to access authenticated call recordings.
successful operation
The URL used to retrieve authenticated call recordings.