Zum Hauptinhalt springen
PATCH
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
cURL
curl --request PATCH \
  --url https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings \
  --header 'Content-Type: application/json' \
  --data '{
  "supportsCustomObjects": true,
  "usesRemote": true,
  "isReady": true,
  "name": "<string>",
  "width": 123,
  "usesCallingWindow": true,
  "supportsInboundCalling": true,
  "url": "<string>",
  "height": 123
}'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "supportsCustomObjects": true,
  "usesRemote": true,
  "isReady": true,
  "name": "<string>",
  "width": 123,
  "usesCallingWindow": true,
  "supportsInboundCalling": true,
  "url": "<string>",
  "height": 123,
  "updatedAt": "2023-11-07T05:31:56Z"
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub無料ツール
Sales HubSales HubStarter
Service HubService HubStarter
Content HubContent Hub無料ツール

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

Body

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

Response

successful operation

createdAt
string<date-time>
required
supportsCustomObjects
boolean
required
usesRemote
boolean
required
isReady
boolean
required
name
string
required
width
integer
required
usesCallingWindow
boolean
required
supportsInboundCalling
boolean
required
url
string
required
height
integer
required
updatedAt
string<date-time>
required