n8n-nodes-hypris-api v0.1.44 is a community node package for n8n that integrates with the Hypris enterprise workflow and database management platform. It provides nodes for authenticating and performing CRUD operations on workspaces, databases, items (records), properties (columns), and views. Notable features include auto-mapping of complex column types (link, relation, people, location, formula, date) and bulk creation of status/dropdown options. The package is actively maintained and depends on n8n-workflow. Current release cadence is irregular. Differentiators include specialized support for Hypris-specific data types, while alternatives like generic HTTP nodes require manual handling.
npm install n8n-nodes-hypris-apiVerified import paths — ran on the pinned version, not inferred.
Instantiates the Hypris API node, lists workspaces, and creates an item with complex properties.
Fetch fresh workspace and database IDs from the API before each operation.
Use JSON parameters mode for fields like link or relation; e.g., {'url': 'https://url.com'}.Upgrade to >=0.1.30 and migrate credentials to use Hypris API Token.
Use 'Item' resource instead of 'ResourceItem'.
Refer to the README for the full list of supported column types (text, number, status, dropdown, etc.).
Configure credentials in n8n using the Hypris API credential type; never embed tokens in workflow code.
Upgrade n8n to version 0.200.0 or higher.
Install n8n-workflow: npm install n8n-workflow
Ensure the Hypris API Token is valid and set in the credentials. Generate a new token if necessary.
Verify the workspace ID using the 'List Workspaces' operation. IDs are regenerated when workspaces are recreated.
Ensure the item object includes a 'properties' object with the correct column values.