Take full control of your Zalo automation with n8n-nodes-zalo-user—a dedicated n8n node designed to work entirely within your n8n instance. No third-party APIs, no external dependencies—just pure workflow automation with your data staying private and secure.
This node simulates a browser to interact with Zalo Web, enabling seamless automation directly inside n8n.
Follow these instructions to install this node:
For users on n8n v0.187+, you can install this node directly from the n8n Community Nodes panel in the n8n editor.
- Open your n8n editor.
- Go to Settings > Community Nodes.
- Search for "n8n-nodes-zalo-user".
- Click Install.
- Reload the editor.
You can also install this node manually:
cd YOUR_N8N_INSTALLATION_DIRECTORY
npm install n8n-nodes-zalo-user
This node supports the following operations, providing (unofficial) APIs to help you build a Zalo chatbot using your personal account.
Tính Năng | Basic 🎉 | Premium 🚀 |
---|---|---|
Đăng nhập bằng Cookie | ✅ | ✅ |
Đăng nhập bằng Mã QR | ✅ | ✅ |
Hỗ trợ Proxy | ❌ | ✅ |
Sự kiện tin nhắn theo thời gian thực | ✅ | ✅ |
Xem danh sách bạn bè | ✅ | ✅ |
Gửi tin nhắn | ✅ | ✅ |
Gửi sticker | ✅ | ✅ |
Nhận thông báo sự kiện nhóm | ❌ | ✅ |
Thêm người vào nhóm | ❌ | ✅ |
Tìm người dùng bằng số điện thoại | ❌ | ✅ |
Xem tất cả các nhóm của bạn | ❌ | ✅ |
Xem thông tin nhóm | ❌ | ✅ |
Gửi lời mời kết bạn | ❌ | ✅ |
Gửi tin nhắn thoại | ❌ | ✅ |
Tự động đồng ý kết bạn | ❌ | ✅ |
Lắng nghe sự kiện thu hồi tin nhắn | ❌ | ✅ |
Lắng nghe sự kiện thả cảm xúc tin nhắn | ❌ | ✅ |
Xóa thành viên khỏi nhóm | ❌ | ✅ |
Tạo nhóm mới | ❌ | ✅ |
Giải tán nhóm | ❌ | ✅ |
Thêm phó nhóm | ❌ | ✅ |
Xóa phó nhóm | ❌ | ✅ |
Thay đổi tên nhóm | ❌ | ✅ |
🔥 Nâng cấp lên Premium để có trải nghiệm tối ưu! 🚀
🔗 Bắt đầu ngay
To use this node, you need to log in via Zalo QR code in the demo workflow.
This node is not affiliated with Zalo in any way. Using this API could result in your account being locked or banned. We are not responsible for any issues that may arise. Use it at your own risk.
n8n-nodes-zalo-user connects to Zalo via the Zalo Web. However, Zalo only allows one active browser session at a time. If you connect n8n-nodes-zalo-user and then log into Zalo on another browser (or a similar method), the connection will be interrupted. To reconnect, simply update your credentials and reconnect.
If the Zalo User Trigger Node stops working, it could be because:
- You logged into Zalo on another browser.
- Zalo detected unusual activity and blocked data transmission.
✅ If other interactions are still working: Turn the workflow off and back on.
🔄 If everything is disrupted: Reauthorize your credentials → Turn the workflow off → Turn it back on.