curl --request PATCH \
--url 'https://api.hubapi.com/conversations/v3/custom-channels/{channelId}?hapikey=' \
--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>"
}Aktualisieren Sie die Funktionen für einen vorhandenen. Auch verwendbar, um die webhookUri und die channelAccountConnectionRedirectUrl des Kanals zu aktualisieren.
curl --request PATCH \
--url 'https://api.hubapi.com/conversations/v3/custom-channels/{channelId}?hapikey=' \
--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>"
}Unterstützte Produkte