Composio · Arazzo Workflow
Composio Disable an Active Trigger
Version 1.0.0
Find a user's active trigger by name and disable it.
View Spec
View on GitHub
AI AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooksArazzoWorkflows
Provider
Workflows
disable-active-trigger
Resolve an active trigger for a user and set its status to disabled.
Lists the active triggers for a user, requires at least one to be present, captures the first trigger id, and disables it via the manage status endpoint.
1
listActiveTriggers
getTriggerInstancesActive
List the active triggers for the user, optionally filtered by trigger name, to resolve a trigger id to disable.
2
disableTrigger
patchTriggerInstancesManageByTriggerId
Disable the resolved trigger instance by setting its manage status to disabled.