Zum Hauptinhalt springen
PATCH
/
conversations
/
v3
/
custom-channels
/
{channelId}
カスタムチャネルを更新
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>"
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub無料ツール
Sales HubSales HubProfessional
Service HubService HubProfessional
Content HubContent Hub無料ツール

Authorizations

hapikey
string
query
required

Path Parameters

channelId
integer
required

更新するチャネルのID。

Body

application/json
channelDescription
object
required
capabilities
object
required
channelAccountConnectionRedirectUrl
object
required
channelLogoUrl
object
required
name
object
required
webhookUrl
object
required

Response

successful operation

createdAt
string<date-time>
required
capabilities
object
required
name
string
required
id
string
required
channelDescription
string
channelAccountConnectionRedirectUrl
string
channelLogoUrl
string
webhookUrl
string