Skip to main content
POST
Create Agent Case Trigger

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

agent_id
string<uuid>
required

The agent's unique identifier

Body

application/json
case_queue_id
string<uuid>
required

Queue whose new cases should trigger this agent

enabled
boolean
required

Whether the trigger is active. Disabled triggers do not dispatch runs.

concurrency
enum<number> | null

Per-trigger concurrency override. Only 1 (run cases one at a time) or null/omitted (use the platform default) can be set here; higher caps are configured directly in the database.

Available options:
1

Response

Default Response

case_trigger
object
required