n8n-nodes-zl
v0.6.1
Published
Các node hỗ trợ Zalo cho n8n
Downloads
193
Maintainers
Readme
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
