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
}Create new settings for the calling extension associated with the specified appId.
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
}Supported products
The unique identifier for the app for which new calling extension settings are being created.
Specifies the height of the calling extension interface.
Indicates if the calling extension is ready for use.
The name of the calling extension.
Indicates if the calling extension supports custom objects.
Indicates if the calling extension supports inbound calling.
The URL associated with the calling extension.
Indicates if the calling extension uses a separate calling window.
Indicates if the calling extension uses remote services.
Specifies the width of the calling extension interface.
successful operation
The date and time when the calling extension settings were created.
The height of the calling extension interface.
Specifies whether the calling extension settings are ready for use.
The name of the calling extension.
Indicates if the calling extension supports custom objects.
Indicates if the calling extension supports inbound calling.
The date and time when the calling extension settings were last updated.
The URL associated with the calling extension.
Specifies if the calling extension uses a dedicated calling window.
Indicates if the calling extension uses a remote service.
The width of the calling extension interface.
Was this page helpful?