import_n8n_workflow
Convert n8n workflow JSON into Agentled workflows by importing and creating draft versions for review before activation.
Instructions
Create a new Agentled workflow from an n8n JSON import.
Behavior:
runs deterministic import preview
creates workflow in preflight draft mode
stores imported contract for review/approval
does NOT auto-apply scaffold
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n8nJson | No | n8n workflow JSON object or string export | |
| workflow | No | Optional metadata overrides for the created workflow | |
| options | No | Optional import options | |
| locale | No | Locale for workflow creation (default en) |