create_variable
Create custom environment variables in n8n to store reusable configuration values like API keys, URLs, or settings, enabling dynamic workflow automation.
Instructions
Create a custom environment variable in n8n.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Variable key/name (e.g., ENVIRONMENT, DEFAULT_EMAIL, MAX_RETRIES) | |
| value | Yes | Variable string value |