n8n-nodes-qoqon
v1.0.8
Published
n8n node for DOC — document management platform (files, folders, semantic search, embeddings)
Maintainers
Readme
n8n-nodes-qoqon
n8n Community Node for DOC — document management platform with semantic search, embeddings, and AI chat.
Features
- Files: List, get, search (semantic), delete
- Folders: List, create, get, delete
- Share: Create and revoke share links
- Trash: List, restore, empty
- Embeddings: List processed files
- Processing: Trigger AI processing, check status
- Document Chat: Send messages to document AI chat
- User: Get user info, storage usage
Installation
In n8n (self-hosted)
- Settings → Community Nodes → Install a community node
- Enter:
n8n-nodes-qoqon - Restart n8n
Via environment variable
N8N_COMMUNITY_PACKAGES=n8n-nodes-qoqonCredentials
- Open your DOC instance → Dashboard → API Docs
- Create an API key (e.g. "n8n integration")
- Copy the key (starts with
qk_) — it is shown only once - In n8n, add DOC (Qoqon) API credentials:
- Base URL: Your DOC URL (e.g.
https://doc.example.com) - API Key: The key you created
- Base URL: Your DOC URL (e.g.
Usage
Add the DOC (Qoqon) node to your workflow and choose an operation:
- List Files — Get files in a folder
- Search Files — Semantic search across documents
- Create Folder — Create a new folder
- Document Chat — Send a message to document AI
- And more...
Development
npm install
npm run build
npm run devVisit http://localhost:5678 to test the node in n8n.
Test with existing n8n
Set environment variable and restart n8n:
N8N_COMMUNITY_PACKAGES=file:./n8n-nodes-qoqonLinks
License
MIT
