---
title: "Update the channel connection settings for a specific app."
method: PATCH
path: "/crm/extensions/calling/2026-03/{appId}/settings/channel-connection"
tags: ["Basic"]
---

# Update the channel connection settings for a specific app.

`PATCH /crm/extensions/calling/2026-03/{appId}/settings/channel-connection`

Modify the existing channel connection settings for the specified app.

## Path parameters

- `appId` integer, required

## Request body

- CrmExtensionsCallingChannelConnectionSettingsPatchRequest
  - `isReady` boolean — Indicates whether the channel connection settings are ready.
  - `url` string — The URL for the channel connection settings.

## Response `200`

successful operation

- CrmExtensionsCallingChannelConnectionSettingsResponse
  - `createdAt` string, date-time, required — The date and time when the channel connection settings were created.
  - `isReady` boolean, required — Indicates whether the channel connection settings are ready for use.
  - `updatedAt` string, date-time, required — The date and time when the channel connection settings were last updated.
  - `url` string, required — The URL associated with the channel connection settings.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/versions/f9c7181056c5/schema)
