1.1.3 • Published 2 years ago

n8n-nodes-ninox v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Ninox Nodes for n8n

This community package contains two nodes to integrate your Ninox Database with n8n.

n8n is a fair-code licensed workflow automation platform.

It adds two nodes:

Ninox NodeNinox Trigger Node
Operations: List, read, create, update delete Records and files and run Ninox ScriptsEvents: on create or change of records via polling

Supported Operations
Installation
Credentials
Compatibility
Notes for an improvement
Resources
Integration Approach
About
Version History

Supported Operations

OperationDescriptionOptions
ListList records of a tableReturn all records OR Paginate trough them, Sorting, Filtering (eq. search), Created Since Sequence, Created Since ID
ReadGet record of a table by ID-
CreateCreate a new record in a tableadd all fields or define a specific subset
UpdateUpdate a record in a table by IDupdate all fields or define a specific subset
DeleteDelete a record in a table by ID-
List Attached FilesGet the attached files of a record by ID-
Download Attached FileGet the actual binary of a attachment by file name-
Upload File AttachmentUpload a new file to recordoptional: add an Attachment Field ID or Name. When defined, the file will be uploaded into the field
Delete Attached FileRemove a attached file from record by file name-
Ninox ScriptSend and run a Ninox Script to query data or run actions on your Ninox database-

Installation

Follow the installation guide in the n8n community nodes documentation.

Credentials

Since the nodes communicate with the Ninox REST API you'll have to obtain an Ninox API Key and add it as Ninox API Credential in n8n.io.

Follow these steps as you can find in the api docs of Ninox: 1. Visit ninox.com. 2. Click the Start Ninox button to open the web app. 3. If you don't see the Start Ninox button, log in with your Ninox credentials first. 4. In the top-right corner, click the Actions gear icon. 5. In the drop-down menu, select Integrations. 6. In the pop-up window, click the Generate button. 7. Copy the API key to your clipboard. 8. Create a new Ninox API Credential in your n8n instance 9. Add the API key.

Keep in mind: This API ley provides access to all your Ninox teams and all the Ninox databases of these teams. You should handle this key with care.

Credentials for Ninox Private Cloud & Ninox On-Premise

Basicly the same steps as for Public Cloud users. You just need to define a Custom URL in the n8n credentials for Ninox. Your URL will be something like https://mycompany.ninox.com/v1 for Private Cloud users and https://myninox.mydomain.com/v1 for On-Premise users.

Compatibility

The Latest Version of n8n. If you encounter any problem, feel free to open an issue on Github.

Notes for an improvement

Currently the Create and Update operation run a request for each Item. It would be an optimization to batch these additions in a single request since the Ninox API supports that. But at this moment I was not able to make that request in the declarative implementation in n8n of this node. I might add this in the future.

Resources

Integration Approach

This node communicates with the Ninox REST API. The CRUD Operations are simple REST-API calls. For the Trigger Node I choosed to work with the sequence id. Everytime a change is made or a record is created the sequence number in your ninox table will be incremented by one. That made it pretty easy to get the difference between two sequences.

About

Version History

1.1.2

  • Added dynamical loaded dropdowns for TeamID, DatabaseID & TeamID

1.1.1

  • Fix wrong baseURL for Credentials testing

1.1.0

  • Upload File Attachment: new optional option "Attachment Field"
  • Credentials: added custom base url for Ninox on-prem & private cloud users
1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago