curl --request POST \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/autoprocess \
--header 'Authorization: Bearer <token>'{
"success": true
}Automatically process a ticket that was previously marked as auto-executable. Optionally, specify an AI agent to force-execute even if the agent is not configured for auto-execution.
curl --request POST \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/autoprocess \
--header 'Authorization: Bearer <token>'{
"success": true
}JWT-based authentication
The id of the ticket
If set, only execute intents from this AI agent. Bypasses the auto-executable configuration check, allowing execution not just of rule-based, but also smart-reasoning based AI agents.
Successful operation
Data format of Enneo success messages
Operation was successful
true