Konversationen
cURL
curl --request POST \ --url 'https://api.hubapi.com/conversations/v3/custom-channels/?hapikey=' \ --header 'Content-Type: application/json' \ --data ' { "capabilities": {}, "name": "<string>", "channelAccountConnectionRedirectUrl": "<string>", "channelDescription": "<string>", "channelLogoUrl": "<string>", "webhookUrl": "<string>" } '
{ "capabilities": {}, "createdAt": "2023-11-07T05:31:56Z", "id": "<string>", "name": "<string>", "channelAccountConnectionRedirectUrl": "<string>", "channelDescription": "<string>", "channelLogoUrl": "<string>", "webhookUrl": "<string>" }
Registrieren Sie einen neuen Kanal zusammen mit den Funktionen und der Webhook-URL, die für den Empfang der über den Kanal veröffentlichten Nachrichten verwendet werden soll.
Unterstützte Produkte
Anzeigen untergeordnete attribute
successful operation