Skip to main content
PATCH
Update 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

trigger_id
string<uuid>
required

The case trigger's unique identifier

Body

application/json
case_queue_id
string<uuid>

Queue whose new cases should trigger this agent

enabled
boolean

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 (use the platform default) can be set here; higher caps are configured directly in the database. Omit to leave the current value unchanged.

Available options:
1

Response

Default Response

case_trigger
object
required