create-variable
Create a new variable in n8n to store data for reuse across multiple workflows. Variables enable centralized configuration and dynamic values.
Instructions
Create a new variable in n8n. Variables can be used across workflows. NOTE: Requires n8n Enterprise license. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Variable key | |
| value | Yes | Variable value | |
| clientId | Yes | Client ID from init-n8n |