Package Information
Released: 6/11/2025
Downloads: 2 weekly / 12 monthly
Latest Version: 0.6.1
Author: meo-cde
Available Nodes
Documentation
n8n-nodes-zl
Fix Err credentials QR Login
Source: https://github.com/ChickenAI/zalo-node
Setup
- Mở trình soạn thảo n8n của bạn.
- Vào Settings > Community Nodes.
- Tìm kiếm "n8n-nodes-zl".
- Nhấp vào Install.
- Tải lại trình soạn thảo.
dev
In your node directory
pnpm run build
pnpm link
In ~/.n8n directory run
mkdir custom
cd custom
pnpm init
pnpm link n8n-nodes-zl
upload to npm
npm login
npm run build
npm publish