n8n_create_variable
Create a new environment variable for n8n automation. Specify the key, value, and optional type to store configuration data.
Instructions
Crear una nueva variable de entorno.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Nombre/clave de la variable. | |
| type | No | Tipo de variable (opcional, ej: string, number). | |
| value | Yes | Valor de la variable. |