v14

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

Create new calling extension settings for a specific app.

Create new settings for the calling extension associated with the specified appId.

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

Path parameters

appIdinteger required

Request body

heightinteger required

Specifies the height of the calling extension interface.

isReadyboolean required

Indicates if the calling extension is 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.

urlstring required

The URL associated with the calling extension.

usesCallingWindowboolean required

Indicates if the calling extension uses a separate calling window.

usesRemoteboolean required

Indicates if the calling extension uses remote services.

widthinteger required

Specifies the width of 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.