POST
/
settings
/
subchannel
curl --request POST \
  --url https://demo.enneo.ai/api/mind/settings/subchannel \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 1,
  "channel": "email",
  "name": "Support",
  "interface": "internal",
  "enabled": true,
  "data": {}
}'
{
  "success": true,
  "id": 12345
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Body

application/json

The new Subchannel that should be created. The ID does not need to be included in the payload, as it will be generated automatically.

Subchannel object

Response

200
application/json

Subchannel added successfully

The response is of type object.