Package Information
Released: 9/3/2025
Downloads: 16 weekly / 43 monthly
Latest Version: 0.0.5
Author: Peliqan
Available Nodes
Documentation
n8n-nodes-peliqan
This is an n8n community node that lets you use Peliqan in your n8n workflows.
Peliqan.io is an all-in-one data platform with ELT, a built-in data warehouse, data transformations, and a data cockpit.
Table of contents
Installation
Follow the installation guide in the n8n documentation.
Operations
The node currently supports:
- List connections – Retrieve available Peliqan connections
- List tables – Retrieve available tables
- Get data from table – Query records from a Peliqan table
- Run pipeline – Trigger an existing pipeline
- Execute endpoint – Call an API endpoint defined in Peliqan
- Create SQL query – Create a new SQL query in Peliqan
- Execute SQL query – Run a query against Peliqan’s data warehouse
- Run script – Execute a script stored in Peliqan
- Get script logs – Retrieve execution logs of a script
Credentials
- Log in to Peliqan.io.
- Go to Settings → API Token.
- Copy your API Token.
- In n8n, go to Credentials → New → Peliqan API and paste your Token.
🔑 More details here: Configure credentials in n8n.
Usage
- Visit the Peliqan Documentation for guides and tutorials:
- To set up AI Agents in n8n with RAG and SQL: step-by-step guide.
Resources
Version history
- May 2025 –
v0.0.1initial implementation - June 2025 –
v0.0.3add table list operation - June 2025 –
v0.0.4enable tool usage of node - September 2025 –
v0.0.5UX fixes and code overhaul