MINARA

Import a workflow from n8n

POST /v1/workflows/import/n8n — Convert an n8n workflow JSON into a local Minara workflow definition. Idempotent: the same import id collapses on confli

POST /v1/workflows/import/n8n

Convert an n8n workflow JSON into a local Minara workflow definition. Idempotent: the same import id collapses on conflict.

MethodPOST
Path/v1/workflows/import/n8n
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryworkflows

Request body

{ "n8n": { /* n8n export */ } }

On this page