triggers
Installation
SKILL.md
Triggers
Crayon workflows can be triggered via MCP tools, HTTP webhooks, or cron schedules.
MCP Tools (Claude)
Use these to trigger workflows and nodes directly from Claude:
run_workflow— run a workflow by name with JSON input. Returnsrun_id,status, andresult.run_node— run a single node (wrapped in a workflow for durability). Takes optionalworkflow_namefor connection resolution.list_runs— list recent workflow runs (optionally filtered by workflow name).get_run— get a specific run by ID (supports prefix matching like git short hashes).get_trace— get the full execution trace with operation tree and timings.
Webhooks
Two modes for HTTP triggering: