@papavault/n8n-nodes-papavault
v1.0.7
Published
n8n community node for PapaVault
Downloads
10
Maintainers
Readme
n8n-nodes-papavault
This is an n8n community node for PapaVault. It allows you to load PapaVault credentials and make them available as properties for the next nodes in your n8n workflow.
Installation
Follow the installation guide in the n8n community nodes documentation.
Features
- Load PapaVault credentials directly into your n8n workflows
- Support for different environments (dev, staging, prod, etc.)
- Automatic JSON parsing of credential files
- Secure token-based authentication
Node Properties
Credentials
- API Key: Your PapaVault API key
Node Settings
- Environment: The PapaVault environment to use (e.g., dev, staging, prod)
- Filename: The name of the file to load from PapaVault
- Project ID: Your PapaVault project ID
Usage Example
- Add the PapaVault node to your workflow
- Configure your PapaVault credentials with your API key
- Set the following properties:
- Environment:
dev - Filename:
.env - Project ID:
proj_123
- Environment:
- The node will load the specified file and make its contents available as properties for the next nodes in your workflow
Example Output
If your PapaVault file contains:
{
"DATABASE_URL": "postgres://user:pass@localhost:5432/db",
"API_KEY": "secret123"
}The node will make these values available as properties in your workflow:
{
"DATABASE_URL": "postgres://user:pass@localhost:5432/db",
"API_KEY": "secret123"
}Support
For support, please:
- Check the PapaVault documentation
- Visit the n8n community forum
- Open an issue in the GitHub repository
