Description
n8n-nodes-fibery

This is an n8n community node. It lets you use Fibery in your n8n workflows.
Fibery is your company’s operating system
It's a work platform that replaces scattered tools and connects teams. Chosen by nerds, appreciated by everyone (almost).
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
- Go to Settings > Community Nodes.
- Select Install.
- Enter
@fibery/n8n-nodes-fiberyin npm Package name. - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install.
Operations
Database
- get many. List all databases in the workspace.
Entity
- create. Create a new entity.
- delete. Delete an entity.
- get. Get an entity.s
- get many. Search and list entities from a database.
- update. Update an entity.
Triggers
- default. Handle Fibery events to Database from webhooks.
Credentials
At the moment this node supports only one authentication method: API Key.
Using API Key
- Enter the name of your Fibery workspace in the Workspace field. It can be obtained from the URL of your workspace. For example, if your workspace URL is
https://my-company.fibery.io, then the workspace name ismy-company. - Obtain an API key from your Fibery workspace. Please follow the Fibery API keys guide.
- Enter API key in the API Key field.
Compatibility
Tested on: 1.111.0