メインコンテンツへスキップ
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 '
{
  "capabilities": {},
  "channelAccountConnectionRedirectUrl": {},
  "channelDescription": {},
  "channelLogoUrl": {},
  "name": {},
  "webhookUrl": {}
}
'
{
  "capabilities": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "name": "<string>",
  "channelAccountConnectionRedirectUrl": "<string>",
  "channelDescription": "<string>",
  "channelLogoUrl": "<string>",
  "webhookUrl": "<string>"
}

Supported products

パスパラメータ

channelId
integer<int32>
必須

ボディ

application/json
capabilities
object
必須
channelAccountConnectionRedirectUrl
object
必須
channelDescription
object
必須
channelLogoUrl
object
必須
name
object
必須
webhookUrl
object
必須

レスポンス

successful operation

capabilities
object
必須
createdAt
string<date-time>
必須
id
string
必須
name
string
必須
channelAccountConnectionRedirectUrl
string
channelDescription
string
channelLogoUrl
string
webhookUrl
string
Last modified on April 13, 2026