n8n_import_workflow
Import a complete n8n workflow JSON to create a workflow on an n8n server. Optionally activate the workflow and specify a target server.
Instructions
Import a workflow JSON onto an n8n server. Takes a full n8n workflow JSON and creates it on the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activate | No | Activate after import | |
| server_name | No | Target server name. Uses default if omitted. | |
| workflow_json | Yes | Complete n8n workflow JSON as string |