PATCH
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
/
channel-connection
Kanalverknüpfungseinstellungen aktualisieren
curl --request PATCH \
  --url https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/channel-connection \
  --header 'Content-Type: application/json' \
  --data '{
  "isReady": true,
  "url": "<string>"
}'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "isReady": true,
  "url": "<string>",
  "updatedAt": "2023-11-07T05:31:56Z"
}
Unterstützte Produkte
Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing HubKostenlos
Sales HubSales HubStarter
Service HubService HubStarter
Content HubContent HubKostenlos

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

Die ID der App.

Body

application/json

Response

200
application/json

successful operation

The response is of type object.