Benefits of Secret Variables
- Security: Sensitive data is encrypted and only accessible when necessary, avoiding exposure in your workflow.
- Ease of Use: Secret variables can be easily inserted into nodes like HTTP Request and Custom Code with minimal setup, allowing for seamless integration.
- Centralized Management: Secrets are stored in one place, and they can be reused across multiple workflows and nodes.
Managing Secrets
To securely store sensitive information, you can create Secret Variables as follows:- Key: Enter a unique identifier for the secret (e.g.,
API_KEY
). - Value: Enter the sensitive data (e.g., an API token).
- Description (optional): Provide a brief description to clarify what the secret is for.

Using Secret Variables in Nodes
Secret Variables can be inserted into nodes like Custom Code and HTTP Request to securely access sensitive information. Here’s how you use them:- In nodes that support secret variables (like Custom Code or HTTP Request), you will see an Insert Secret Variable option.
- When configuring a node, click the button to select a secret from your list.
- The selected secret will automatically be inserted into the node’s configuration, ensuring secure access to sensitive data without exposing it in the workflow.
