n8n-nodes-hypris-api
v0.1.58
Published
n8n node for Hypris - enterprise workflow and database management platform
Downloads
740
Maintainers
Readme
n8n-nodes-hypris-api
A custom n8n node for seamless integration with the Hypris platform API.
This package provides nodes for authenticating and interacting with Hypris, enabling you to automate workspace management, databases, items, properties, and views directly within your n8n workflows.
Features
- Workspace: List all workspaces and retrieve all resources metadata. Create new Workspaces.
- Database: Fetch all items.
- Item:
- List, create, update, delete records inside your specific databases.
- Auto-mapping of complex column types (
link,relation,people,location,formula,date). - Bulk status & dropdown creation in-flight if the option does not exist.
- Property (Database Columns):
- Create robust columns in bulk inside a database.
- Supported types include:
text,number,status,dropdown,relation,people,link,date,comments,files,created-at,updated-atand much more. - Delete multiple properties dynamically via ID arrays.
- View: Create, Update, and Delete views for a specific database.
Installation
Community Nodes
You can install this node from the Settings > Community Nodes section in your n8n instance by searching for n8n-nodes-hypris-api.
Manual Installation
If you're running n8n via Docker or a custom self-hosted setup, install the package in the ~/.n8n/custom/ or your specialized node directory:
npm install n8n-nodes-hypris-apiAuthentication
Authentication is handled securely via the Hypris API credentials. You must provide an active Hypris API Token (Auth Token) through the n8n UI when setting up your node credentials.
Usage
- Add Node: Search for "Hypris" in the n8n node search panel.
- Select Resource: Choose between Workspace, Database, Item, Property, View, or ResourceItem.
- Select Operation: Choose the operation (e.g., Create, Update, Get All).
- Link complex types: Provide plain JSON strings to intuitively fill advanced column mapping. E.g.:
{"url": "https://url.com"}, or simplyhttps://url.comfor links.
Quick Start
- Install: Search for
n8n-nodes-hypris-apiin Community Nodes. - Authenticate: Use your Hypris User ID and Password.
- Create your first Item: Select the
Itemresource andCreateoperation. Pick a workspace and database, then add properties.
Troubleshooting
- Authentication Failed (401): Ensure your credentials are correct and you have an active workspace in Hypris.
- Resource Not Found (404): Verify the Workspace ID or Database ID. Remember that IDs change if resources are deleted and recreated.
- Validation Errors: Check the "JSON Parameters" mode if you are sending complex objects to link or relation fields.
Support & Links
- Hypris Website: hypris.com
- Official Documentation: docs.hypris.com
- GitHub Repository: Zywiol/n8n-hypris
License
MIT
