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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;capabilities&quot;:{&quot;est_3c4&quot;:{},&quot;et07&quot;:{}},&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;channelAccountConnectionRedirectUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;webhookUrl&quot;:&quot;\u003cstring\u003e&quot;}