Skip to main content
POST
/
ticket
/
{ticketId}
/
autoprocess
Auto-execute a ticket
curl --request POST \
  --url https://demo.enneo.ai/api/mind/ticket/{ticketId}/autoprocess \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

ticketId
integer
required

The id of the ticket

Query Parameters

executeAgentId
integer

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.

Response

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true