Create case trigger
Case Triggers
Create case trigger
Create a case trigger for an agent. An agent may have at most one case trigger; this returns 409 if one already exists.
POST
Create case trigger
Documentation Index
Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Get your API key from the Duvo dashboard.
Path Parameters
The agent's unique identifier
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Body
application/json
Queue whose new cases should trigger this agent
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Whether the trigger is active. Disabled triggers do not dispatch runs.
Maximum number of concurrent runs for this trigger. Null/omitted means unlimited.
Required range:
x <= 9007199254740991Response
Default Response