Starts a workflow run using the specified webhook. The workflow executes asynchronously and returns immediately with a run ID that can be used to track progress.
Rate Limit: 60 requests per minute per API key.
API key authentication. Get your API key from the workspace settings.
Example: Authorization: Bearer cordage_xxxxxxxxxxxx
The unique webhook key for your workflow. Found in the Webhook node settings on your canvas.
"wh_abc123xyz"
Optional input data to pass to the workflow. This data is accessible to nodes in your workflow.
Optional key-value pairs to pass as input to the workflow. The structure depends on your workflow's input nodes.
Workflow triggered successfully
Unique identifier for this workflow run
Always 'running' for a successful trigger
running Human-readable status message
Number of nodes that will be executed in this run
x >= 1