Back to Nodes

Hypris

Last updated May 13, 2026

n8n node for Hypris - enterprise workflow and database management platform

54 Weekly Downloads
702 Monthly Downloads

Included Nodes

Hypris

Description

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

  • Hypris Website: hypris.com
  • Official Documentation: docs.hypris.com
  • GitHub Repository: Zywiol/n8n-hypris

License

MIT