コミュニケーション
Deutsch
cURL
curl --request PATCH \ --url https://api.hubapi.com/conversations/v3/custom-channels/{channelId} \ --header 'Content-Type: application/json' \ --data '{ "channelDescription": {}, "capabilities": {}, "channelAccountConnectionRedirectUrl": {}, "channelLogoUrl": {}, "name": {}, "webhookUrl": {} }'
{ "channelDescription": "<string>", "createdAt": "2023-11-07T05:31:56Z", "capabilities": {}, "channelAccountConnectionRedirectUrl": "<string>", "channelLogoUrl": "<string>", "name": "<string>", "id": "<string>", "webhookUrl": "<string>" }
既存のカスタムチャネルの機能を更新します。また、これを使用して、チャネルのwebhookUriとそのchannelAccountConnectionRedirectUrlを更新することもできます。
更新するチャネルのID。
Anzeigen untergeordnete attribute
successful operation