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
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
.
- Send Chat Message
- Send System Instructions
- Get Thread State
- Get Thread History
- Delete Thread
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.
- Requires n8n v1.0.0+
- Tested with Node.js v18.10+
- Uses pnpm >= 9.1
- n8n community nodes documentation
- Lis API documentation (your repo here)