0.1.4 • Published 9 months ago

n8n-nodes-llotustables v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

n8n-nodes-llotus-tables

This is an n8n community node. It lets you use Llotus Tables in your n8n workflows.

Llotus Tables is a powerful database service that allows you to create, manage, and organize data in a flexible table structure.

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.

Operations

The Llotus Tables node supports the following operations:

  • Row
    • Create - Create a new row in a table
    • Delete - Delete an existing row
    • Get - Retrieve a specific row by ID
    • Get Many - Retrieve multiple rows with filtering options
    • Link - Create links between rows
    • Update - Update an existing row's data

Credentials

To use the Llotus Tables node, you need to authenticate using an API key:

  1. Log in to your Llotus Tables account
  2. Navigate to Settings > API Keys
  3. Generate a new API key
  4. Copy the API key and use it in the n8n credentials configuration

Compatibility

  • Minimum n8n version: 0.187.0
  • Tested up to n8n version: 1.0.0

Resources

Version history

Version 0.1.0

  • Initial release
  • Basic CRUD operations for rows
  • Row linking functionality
  • Filtering capabilities for Get Many operation

License

MIT

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago