Description
n8n-nodes-hipe




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
- Installation
- Getting Started
- Usage
- Examples
- Authentication
- Compatibility
- Contributing
- Support
- License
—
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:
page, limit, flat filters (e.g. status, search)sort parameter as “field,ASC|DESC”See the full guide: docs/pagination.md
Performance & Rate Limits
limit for large datasets.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/exportflatfile.json — Export flat file from HIPE.examples/importflatfile.json — Import flat file to HIPE.Authentication
To use this node, you need an API token from HIPE.
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
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.
Support
License
MIT © Packitoo
—