Package Information
Downloads: 50 weekly / 341 monthly
Latest Version: 0.1.2
Author: Christian
Documentation
n8n-nodes-hcb
This is an unofficial n8n community node for the HCB (Hack Club Bank) Transparency API.
This node is not affiliated with or endorsed by Hack Club. It is a community-built integration that lets you read public financial data from HCB organizations that have Transparency Mode enabled.
No authentication required — the HCB API is a public, read-only API.
Installation
Follow the installation guide in the n8n community nodes documentation.
Resources
The node supports the following resources:
| Resource | Operations |
|---|---|
| Organization | Get, Get Many |
| Transaction | Get, Get Many (by org) |
| Card Charge | Get, Get Many (by org) |
| Donation | Get, Get Many (by org) |
| Invoice | Get, Get Many (by org) |
| Check | Get, Get Many (by org) |
| ACH Transfer | Get, Get Many (by org) |
| Transfer | Get, Get Many (by org) |
| Wire Transfer | Get, Get Many (by org) |
| Wise Transfer | Get, Get Many (by org) |
| Check Deposit | Get, Get Many (by org) |
| Reimbursed Expense | Get, Get Many (by org) |
| HCB Fee | Get, Get Many (by org) |
| Card | Get, Get Many (by org) |
| Activity | Get, Get Many |
Usage
- Add the HCB node to your workflow.
- Select a Resource (e.g., Organization, Transaction).
- Select an Operation (Get or Get Many).
- For "Get Many" operations on organization sub-resources, provide the Organization ID or Slug (e.g.,
hackclub,hq). - For "Get" operations, provide the resource ID.
- Optionally use the Expand field to include related objects in the response (e.g.,
organization,user).
Example: List all transactions for an organization
- Resource: Transaction
- Operation: Get Many
- Organization ID:
hq - Return All:
true
Compatibility
- n8n >= 1.0.0
- Node.js >= 18