execute_workflow
Execute an n8n workflow by ID via webhook with JSON input. At-least-once delivery: don't blindly retry on failure.
Instructions
Executes a tagged n8n workflow through its webhook using the supplied JSON input. Delivery is at-least-once: a timeout or network error does not mean the workflow didn't run, so don't blindly retry on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | ||
| workflowId | Yes |