npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-csvbox

v0.1.7

Published

A custom n8n node to trigger workflows from CSVBox imports.

Readme

CSVBox for n8n

n8n-nodes-csvbox

Overview

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.


Table of Contents


Installation

You can install this node as a community package in your n8n instance.

Steps

  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.
  5. Restart n8n if prompted.

After installation, you’ll find the CSVBox Trigger node available in your n8n workflow editor.


Operations

This package provides the following node:

  • CSVBox Trigger: Starts a workflow when a new row is imported to a CSVBox Sheet.

Credentials

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.

Compatibility

  • Minimum n8n version: 1.x
  • Node.js version: >= 20.15
  • Tested on latest n8n and Node.js LTS.

Usage

  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.

Resources


License

MIT