Deutsch
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
Anzeigen untergeordnete attribute
Successful operation
The outcome of the preview
true
The event ID of the outcome
1234