v14

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-279719892.3 MB
Basic

Update the calling extension settings for a specific app.

Modify existing calling extension settings for the specified appId. Only the fields provided in the request will be updated.

patch/crm/extensions/calling/2026-03/{appId}/settings

Path parameters

appIdinteger required

Request body

heightinteger

The height setting for the calling extension interface.

isReadyboolean

Specifies whether the calling extension is ready for use.

namestring

The name of the calling extension.

supportsCustomObjectsboolean

Indicates if the calling extension supports custom objects.

supportsInboundCallingboolean

Indicates if the calling extension supports inbound calling.

urlstring

The URL associated with the calling extension settings.

usesCallingWindowboolean

Indicates if the calling extension uses a calling window.

usesRemoteboolean

Indicates if the calling extension uses a remote connection.

widthinteger

The width setting for the calling extension interface.

Response

successful operation

createdAtstring date-time required

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

heightinteger required

The height of the calling extension interface.

isReadyboolean required

Specifies whether the calling extension settings are ready for use.

namestring required

The name of the calling extension.

supportsCustomObjectsboolean required

Indicates if the calling extension supports custom objects.

supportsInboundCallingboolean required

Indicates if the calling extension supports inbound calling.

updatedAtstring date-time required

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

urlstring required

The URL associated with the calling extension.

usesCallingWindowboolean required

Specifies if the calling extension uses a dedicated calling window.

usesRemoteboolean required

Indicates if the calling extension uses a remote service.

widthinteger required

The width of the calling extension interface.