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 AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooksArazzoWorkflows
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
getTriggersTypes
List the trigger types available for the toolkit to confirm the requested trigger exists.
2
getTriggerType
getTriggersTypesBySlug
Read the chosen trigger type to learn its required config fields before creating the instance.
3
upsertTrigger
postTriggerInstancesBySlugUpsert
Create or update the trigger instance for the connected account using the supplied trigger configuration.
4
confirmActive
getTriggerInstancesActive
List active triggers filtered to the connected account to confirm the newly created trigger instance is registered.