create-variable
Define and store reusable variables in n8n workflows using JSON inputs. Enables data sharing across workflows, requiring an n8n Enterprise license with variable management enabled.
Instructions
Create a new variable in n8n. NOTE: Requires n8n Enterprise license with variable management features enabled. Variables can be used across workflows to store and share data. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clientId | Yes | ||
key | Yes | ||
value | Yes |