A subchannel is a further differentiation of the channel, and is - For emails, they are the mailboxes, e.g. support@enneo.ai and sales@enneo.ai - For chat, they are the chatbots, e.g. the chatbot on the website and the chatbot on the customer portal - For voice, they are the phone numbers, e.g. the phone number for support and the phone number for sales.
curl --request GET \
--url https://demo.enneo.ai/api/mind/settings/subchannel
{
"success": true,
"subchannels": [
{
"id": 1,
"channel": "email",
"name": "Support",
"isDefault": false,
"interface": "internal",
"enabled": true,
"data": {}
}
]
}
Cookie-based authentication
Successful operation
Data format of Enneo success messages
curl --request GET \
--url https://demo.enneo.ai/api/mind/settings/subchannel
{
"success": true,
"subchannels": [
{
"id": 1,
"channel": "email",
"name": "Support",
"isDefault": false,
"interface": "internal",
"enabled": true,
"data": {}
}
]
}