Create a custom channel
POST {{baseUrl}}/conversations/v3/custom-channels/
Register a new channel along with its capabilities and the webhook url that will be used to receive messages published over the channel
Request Body
{"capabilities"=>{"eaa"=>{}, "dolor_f7e"=>{}, "autee99"=>{}}, "name"=>"<string>", "channelAccountConnectionRedirectUrl"=>"<string>", "webhookUrl"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"capabilities":{"est_3c4":{},"et07":{}},"createdAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","channelAccountConnectionRedirectUrl":"\u003cstring\u003e","webhookUrl":"\u003cstring\u003e"}