Composio · Arazzo Workflow
Composio Set Up a Trigger
Version 1.0.0
Discover a trigger type, create a trigger instance on a connected account, and confirm it is active.
View Spec
View on GitHub
AI AgentsAuthenticationIntegrationMCPSandboxToolsTriggersUnified-APIWebhookArazzoWorkflows
Provider
Workflows
setup-trigger
Create a trigger instance for a toolkit event and verify it is active.
Lists trigger types for a toolkit, reads the selected trigger type schema, upserts a trigger instance against a connected account, and lists active triggers to confirm the new trigger id is present.
1
listTriggerTypes
List the trigger types available for the toolkit to confirm the requested trigger exists.
2
getTriggerType
Read the chosen trigger type to learn its required config fields before creating the instance.
3
upsertTrigger
Create or update the trigger instance for the connected account using the supplied trigger configuration.
4
confirmActive
List active triggers filtered to the connected account to confirm the newly created trigger instance is registered.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.