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

n8n-nodes-hypris-api

v0.1.58

Published

n8n node for Hypris - enterprise workflow and database management platform

Downloads

740

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-at and 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-api

Authentication

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

  1. Add Node: Search for "Hypris" in the n8n node search panel.
  2. Select Resource: Choose between Workspace, Database, Item, Property, View, or ResourceItem.
  3. Select Operation: Choose the operation (e.g., Create, Update, Get All).
  4. Link complex types: Provide plain JSON strings to intuitively fill advanced column mapping. E.g.: {"url": "https://url.com"}, or simply https://url.com for links.

Quick Start

  1. Install: Search for n8n-nodes-hypris-api in Community Nodes.
  2. Authenticate: Use your Hypris User ID and Password.
  3. Create your first Item: Select the Item resource and Create operation. 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

License

MIT