n8n_import_workflow
Import a complete n8n workflow JSON onto a server. Specify the target server and optionally activate the workflow after import.
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 |
|---|---|---|---|
| workflow_json | Yes | Complete n8n workflow JSON as string | |
| server_name | No | Target server name. Uses default if omitted. | |
| activate | No | Activate after import |