Skip to main content
PATCH
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
/
channel-connection
Update the channel connection settings for a specific app.
curl --request PATCH \
  --url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/channel-connection?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "isReady": true,
  "url": "<string>"
}
'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "isReady": true,
  "updatedAt": "2023-11-07T05:31:56Z",
  "url": "<string>"
}

Supported products

Requires one of the following products or higher.
Marketing HubMarketing Hub -Free
Sales HubSales Hub -Free
Service HubService Hub -Free
Content HubContent Hub -Free
Data HubData Hub -Free

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

The unique identifier of the app for which the channel connection settings are to be updated.

Body

application/json
isReady
boolean
url
string

Response

successful operation

createdAt
string<date-time>
required
isReady
boolean
required
updatedAt
string<date-time>
required
url
string
required
Last modified on January 5, 2026