Zum Hauptinhalt springen
POST
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
Create new calling extension settings for a specific app.
curl --request POST \
  --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
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Kostenlos
Sales HubSales Hub -Kostenlos
Service HubService Hub -Kostenlos
Content HubContent Hub -Kostenlos

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

Body

application/json
height
integer<int32>
erforderlich

Specifies the height of the calling extension interface.

isReady
boolean
erforderlich

Indicates if the calling extension is ready for use.

name
string
erforderlich

The name of the calling extension.

supportsCustomObjects
boolean
erforderlich

Indicates if the calling extension supports custom objects.

supportsInboundCalling
boolean
erforderlich

Indicates if the calling extension supports inbound calling.

url
string
erforderlich

The URL associated with the calling extension.

usesCallingWindow
boolean
erforderlich

Indicates if the calling extension uses a separate calling window.

usesRemote
boolean
erforderlich

Indicates if the calling extension uses remote services.

width
integer<int32>
erforderlich

Specifies the width of the calling extension interface.

Antwort

successful operation

createdAt
string<date-time>
erforderlich

The date and time when the calling extension settings were created.

height
integer<int32>
erforderlich

The height of the calling extension interface.

isReady
boolean
erforderlich

Specifies whether the calling extension settings are ready for use.

name
string
erforderlich

The name of the calling extension.

supportsCustomObjects
boolean
erforderlich

Indicates if the calling extension supports custom objects.

supportsInboundCalling
boolean
erforderlich

Indicates if the calling extension supports inbound calling.

updatedAt
string<date-time>
erforderlich

The date and time when the calling extension settings were last updated.

url
string
erforderlich

The URL associated with the calling extension.

usesCallingWindow
boolean
erforderlich

Specifies if the calling extension uses a dedicated calling window.

usesRemote
boolean
erforderlich

Indicates if the calling extension uses a remote service.

width
integer<int32>
erforderlich

The width of the calling extension interface.

Last modified on March 24, 2026