Package Information
Released: 3/14/2025
Downloads: 55 weekly / 299 monthly
Latest Version: 0.1.3
Author: kieng
Documentation
n8n-nodes-zalo
This is an n8n community node. It lets you use Zalo in your n8n workflows.
Zalo is a popular messaging platform in Vietnam with over 100 million users.
Installation
Follow these instructions to install this node:
Community Nodes (Recommended)
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 "zalo"
- Click Install
- Reload the editor
Manual Installation
You can also install this node manually:
cd YOUR_N8N_INSTALLATION_DIRECTORY
npm install n8n-nodes-zalo
Note: n8n automatically detects all nodes in the n8n-nodes-
namespace.
Operations
This node supports the following operations:
Webhook
- Receive incoming messages from Zalo users
Send Text Message
- Send a text message to a Zalo user
Send Image Message
- Send an image message to a Zalo user
Credentials
To use this node, you need to create a Zalo Official Account and obtain the following credentials:
- Access Token
- App ID
- Secret Key
- Official Account ID
You can get these credentials by registering at the Zalo Developer Portal.
Usage
- Create a workflow in n8n
- Add the Zalo node
- Configure the node with your Zalo credentials
- Choose the operation you want to perform
- Configure the operation parameters
- Connect the node to other nodes in your workflow