Package Information
Released: 4/25/2025
Downloads: 2 weekly / 17 monthly
Latest Version: 0.1.4
Author: Ruy Vieira
Documentation
n8n-nodes-lis
This is an n8n community node. It lets you use Lis in your n8n workflows.
Lis is an AI assistant that supports dynamic chat-based workflows with advanced thread management, system instructions, and interaction with external tools such as calendars.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation or, for development, clone this repository and run the following commands:
export N8N_CUSTOM_EXTENSIONS=/path/to/n8n-nodes-lis
and install at n8n.
Operations
- Send Chat Message
- Send System Instructions
- Get Thread State
- Get Thread History
- Delete Thread
Credentials
This node requires a single credential:
- Lis API
API URL: Base URL of your Lis API (default:http://localhost:8000)
Make sure your Lis backend is running and accessible at the provided URL.
Compatibility
- Requires n8n v1.0.0+
- Tested with Node.js v18.10+
- Uses pnpm >= 9.1
Resources
- n8n community nodes documentation
- Lis API documentation (your repo here)