Saltar al contenido principal
PATCH
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
cURL
curl --request PATCH \
  --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
}
Productos compatibles
Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing HubGratuito
Sales HubSales HubStarter
Service HubService HubStarter
Content HubContent HubGratuito

Autorizaciones

hapikey
string
query
requerido

Parámetros de ruta

appId
integer<int32>
requerido

Cuerpo

application/json
height
integer<int32>
isReady
boolean
name
string
supportsCustomObjects
boolean
supportsInboundCalling
boolean
url
string
usesCallingWindow
boolean
usesRemote
boolean
width
integer<int32>

Respuesta

successful operation

createdAt
string<date-time>
requerido
height
integer<int32>
requerido
isReady
boolean
requerido
name
string
requerido
supportsCustomObjects
boolean
requerido
supportsInboundCalling
boolean
requerido
updatedAt
string<date-time>
requerido
url
string
requerido
usesCallingWindow
boolean
requerido
usesRemote
boolean
requerido
width
integer<int32>
requerido
Last modified on August 31, 2025