メインコンテンツへスキップ
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
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub無料ツール
Sales HubSales HubStarter
Service HubService HubStarter
Content HubContent Hub無料ツール

承認

hapikey
string
query
必須

パスパラメータ

appId
integer<int32>
必須

ボディ

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

レスポンス

successful operation

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