Creating legacy public apps and project-based apps is temporarily unavailable for new HubSpot accounts.
Learn more in our Trust Center.
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>"
}Update the capabilities for an existing. You can also use it to update the channel’s webhookUri and its channelAccountConnectionRedirectUrl.
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>"
}Supported products
Was this page helpful?