curl --request POST \ --url https://demo.enneo.ai/api/mind/settings/subchannel \ --header 'Content-Type: application/json' \ --data '{ "id": 1, "channel": "email", "name": "Support", "isDefault": false, "interface": "internal", "enabled": true, "data": {} }'
{ "success": true, "id": 12345 }
Cookie-based authentication
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
Subchannel added successfully
The response is of type object.
object