Authorizations
Cookie-based authentication
Body
application/json
The new updated AI agent
curl --request POST \
--url https://demo.enneo.ai/api/mind/aiAgent/outcome \
--header 'Content-Type: application/json' \
--data '{
"ticket": {
"id": 8,
"contractId": "715559"
}
}'
{
"success": true,
"eventId": 1234
}
Cookie-based authentication
The new updated AI agent
Show child attributes
curl --request POST \
--url https://demo.enneo.ai/api/mind/aiAgent/outcome \
--header 'Content-Type: application/json' \
--data '{
"ticket": {
"id": 8,
"contractId": "715559"
}
}'
{
"success": true,
"eventId": 1234
}