Upsert Agent Trigger
Create or update the authenticated user’s trigger for an integration on an agent (Assignment in the Duvo UI). The integration must already be connected to the agent (its OAuth connection set up in the Duvo dashboard). Set enabled: false to pause a trigger without deleting it.
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
Body
Integration slug the trigger fires for (e.g. gmail, outlook, linear-native, google-drive).
Trigger type within the integration (e.g. email_received). Discover valid values via the trigger types endpoint.
Integration-specific filter config (e.g. sender/subject filters). Shape comes from the integration's filter schema.
Whether the trigger is active. Defaults to true.