This 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.
You can install this node as a community package in your n8n instance.
- Go to Settings → Community Nodes in your n8n instance.
- Click Install a community node and enter:
n8n-nodes-csvbox
- Check the warning button.
- Click on the Install and wait for the installation to complete.
- 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.
- In your n8n workflow editor, add the CSVBox Trigger node.
- Choose your CSVBox credential from the dropdown (set up your API Key and Secret in n8n Credentials first).
- Select the Sheet name you want to monitor for new imports.
- Click Fetch and execute to test the trigger and preview sample data from your sheet.
- Once you see the sample data, connect and map it to the next node in your workflow.
- Activate your workflow. Now, whenever new rows are imported into your selected CSVBox sheet, your workflow will run automatically.