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
- Install the node as above.
- Restart n8n if running locally.
- Add the "HIPE" node to your workflow from the n8n node palette.
- 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
sortparameter as "field,ASC|DESC"
See the full guide: docs/pagination.md
Performance & Rate Limits
- Using "Return All" may trigger many requests. Prefer
limitfor 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