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

@packitoo/n8n-nodes-hipe

v0.3.2

Published

Official N8N Nodes for HIPE by Packitoo

Readme

n8n-nodes-hipe

npm version CI License: MIT Node >= 20.15

Packitoo Logo

Official n8n integration node for HIPE by Packitoo.

Easily connect your n8n workflows to the HIPE SaaS API to automate business processes, manage users, companies, projects, and more.


Table of Contents


Module Readiness

| Module | Status | Notes | | ---------- | ---------- | --------------------------- | | Users | ✅ Ready | Full CRUD | | Companies | ✅ Ready | Full CRUD | | Projects | ✅ Ready | Full CRUD | | Pipelines | ✅ Ready | | | Statuses | ✅ Ready | | | Addresses | ✅ Ready | | | Imports | ✅ Ready | | | Exports | ✅ Ready | | | Corrugated | 🟡 Partial | Some submodules in progress | | Articles | 🚧 Planned | | | Orders | 🚧 Planned | | | Quotes | 🚧 Planned | |

Installation

From npm (recommended)

npm install n8n-nodes-hipe

From GitHub (latest/dev)

npm install github:packitoo/n8n-nodes-hipe

Getting Started

  1. Install the node as above.
  2. Restart n8n if running locally.
  3. Add the "HIPE" node to your workflow from the n8n node palette.
  4. Configure authentication (see below).

Usage

Basic usage involves adding the HIPE node to your workflow and selecting the desired module and operation. For detailed usage and examples, see the examples directory or the inline documentation in n8n.

Tip: Hover over each parameter in the node UI for helpful descriptions.

Pagination & Sorting

Companies and Projects List actions use flat pagination and sorting:

  • Query params: page, limit, flat filters (e.g. status, search)
  • Sorting: single sort parameter as "field,ASC|DESC"

See the full guide: docs/pagination.md

Performance & Rate Limits

  • Using "Return All" may trigger many requests. Prefer limit for large datasets.
  • Consider backoff/retry in your workflows if your HIPE instance enforces rate limits.

Examples

The examples/ directory contains ready-to-import workflows for common use-cases.

  • examples/manage_companies.json — Create/update companies from a file.
  • examples/manage_contacts.json — Manage contacts.
  • examples/manage_projects.json — Manage projects.
  • examples/export_flat_file.json — Export flat file from HIPE.
  • examples/import_flat_file.json — Import flat file to HIPE.

Authentication

To use this node, you need an API token from HIPE.

  • Follow the guide here: Create Access Token
  • Enter your token in the HIPE credentials section when configuring the node in n8n.

You can click the "Test" button in the HIPE credentials to validate your token and base URL. The test performs a safe GET request to verify access.

Compatibility

  • Node.js: >= 20.15 (CI runs Node 20)
  • n8n Nodes API: v1 (n8n.n8nNodesApiVersion: 1)

If you encounter any compatibility issues, please open an issue with details about your environment.

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

  • Open issues for bugs or feature requests
  • Submit pull requests for improvements

Support

  • For common issues and questions, please use GitHub Issues.
  • For integration help or custom pipeline requests, please contact your assigned Customer Success Manager.

License

MIT © Packitoo