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
}Modify existing calling extension settings for the specified appId. Only the fields provided in the request will be updated.
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
}Supported products
The unique identifier for the app whose calling extension settings are being updated.
The height setting for the calling extension interface.
Specifies whether 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 settings.
Indicates if the calling extension uses a calling window.
Indicates if the calling extension uses a remote connection.
The width setting for 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?