Automatically process a ticket that was previously marked as auto-executable
curl --request POST \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/autoprocess
{
"success": true
}
Cookie-based authentication
The id of the ticket
Successful operation
Data format of Enneo success messages
curl --request POST \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/autoprocess
{
"success": true
}