A custom n8n node to trigger workflows from CSVBox imports.
npm install n8n-nodes-csvboxThis is an n8n community node. It lets you use CSVBox in your n8n workflows.
CSVBox is a platform for importing CSV data into your applications with ease. This node allows you to trigger n8n workflows when new rows are imported into a CSVBox Importer.
n8n is a fair-code licensed workflow automation platform.
---
- Installation
- Operations
- Credentials
- Compatibility
- Usage
- Resources
- License
---
You can install this node as a community package in your n8n instance.
1. Go to Settings → Community Nodes in your n8n instance.
2. Click Install a community node and enter:
````
n8n-nodes-csvbox
3. Check the warning button.
4. Click on the Install and wait for the installation to complete.
4. Restart n8n if prompted.
After installation, you’ll find the CSVBox Trigger node available in your n8n workflow editor.
---
This package provides the following node:
- CSVBox Trigger: Starts a workflow when a new row is imported to a CSVBox Sheet.
---
Create an API Key and Secret Key from the CSVBox API Key Page, then add them as a credential in n8n using the following fields:
- API Key: Your CSVBox API Key.
- API Secret Key: Your CSVBox Secret Key.
---
- Minimum n8n version: 1.x
- Node.js version: >= 20.15
- Tested on latest n8n and Node.js LTS.
---
1. In your n8n workflow editor, add the CSVBox Trigger node.
2. Choose your CSVBox credential from the dropdown (set up your API Key and Secret in n8n Credentials first).
3. Select the Sheet name you want to monitor for new imports.
4. Click Fetch and execute to test the trigger and preview sample data from your sheet.
5. Once you see the sample data, connect and map it to the next node in your workflow.
6. Activate your workflow. Now, whenever new rows are imported into your selected CSVBox sheet, your workflow will run automatically.
---
- CSVBox Documentation
- n8n community nodes documentation
---