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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@fundraisingbox/n8n-nodes-fundraisingbox

v1.0.2

Published

n8n community node for FundraisingBox

Downloads

36

Readme

@fundraisingbox/n8n-nodes-fundraisingbox

This is an n8n community node. It lets you use FundraisingBox in your n8n workflows.

FundraisingBox is a donation and fundraising management platform that helps non-profit organizations collect and manage donations online.

n8n is a fair-code licensed workflow automation platform.

Installation Operations Credentials Compatibility Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

FundraisingBox (action node)

Communication

  • Create – Create a new communication entry linked to a person. Requires Person ID and HTML message. Optional fields: type (note/email/phone/talk/letter), subject, direction (in/out), date, sticky.
  • Delete – Delete a communication entry permanently.
  • Get – Retrieve a single communication entry by ID.
  • Get Many – Retrieve a list of communications. Filter by Person ID, type, direction, and date range. Supports pagination.
  • Update – Update an existing communication entry by ID.

Donation

  • Get – Retrieve a single donation by ID.
  • Get Many – Retrieve a list of donations. Filter by amount range, date range, updated range, project, type, source, person, test status, and various IDs. Supports pagination.

Donation Type

  • Get – Retrieve a single donation type by ID.
  • Get Many – Retrieve a list of donation types. Supports pagination.

Person

FundraisingBox uses the term "Person" for what many tools call a Contact.

  • Create – Create a new person. Requires Last Name. First Name and additional fields (Company ID, External Person ID, Greeting, Info, Position, Salutation, Title) are optional.
  • Get – Retrieve a single person by their numeric ID.
  • Get Many – Retrieve a list of persons. Filter by salutation, first/last name, company, phone, email, address, tag IDs, person IDs, smart search ID, and created/updated date range. Supports pagination.
  • Update – Update an existing person by ID. All fields are optional.

Person Address

  • Create – Create a new address for a person. Requires Person ID, street address, post code, city, and country. Optional fields: state, type (work/home/other), is main address.
  • Get – Retrieve a single address by ID.
  • Update – Update an existing address by ID. Updatable fields: street address, post code, city, state, country, type, is main address.

Person Email Address

  • Create – Create a new email address for a person. Requires Person ID and email. Optional fields: type (work/home/other), is main email address.
  • Get – Retrieve a single email address by ID.
  • Update – Update an existing email address by ID. Updatable fields: email, type, is main email address.

Project

  • Get – Retrieve a single project by ID.
  • Get Many – Retrieve a list of projects. Supports pagination.

Source

  • Get – Retrieve a single source by ID.
  • Get Many – Retrieve a list of sources. Supports pagination.

FundraisingBox Donation Trigger (polling trigger node)

  • New Donation – Triggers the workflow whenever a new confirmed donation appears. On first activation the node initialises its checkpoint to the latest donation and will only emit donations created after that point.

Credentials

FundraisingBox uses HTTP Basic Auth with an API key. To authenticate:

  1. Retrieve your API key by following the FundraisingBox support article on connecting third-party systems via REST API.
  2. In n8n, create a new FundraisingBox API credential.
  3. Paste your API key into the API Key field.

The node sends the API key as the HTTP Basic Auth username (the password field is ignored by the API).

Compatibility

Requires n8n 1.x. The node uses usableAsTool: true, which requires n8n 1.31 or later.

No known incompatibilities with current n8n versions.

Resources