Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://demo.enneo.ai/api/mind/aiAgent/outcome \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ticket": { "id": 8, "contractId": "715559" } } '
{ "success": true, "eventId": 1234 }
JWT-based authentication
The new updated AI agent
Show child attributes
Successful operation
The outcome of the preview
true
The event ID of the outcome
1234