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.
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 "zalo"
- Click Install
- Reload the editor
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.
This node supports the following operations:
- Receive incoming messages from Zalo users
- Send a text message to a Zalo user
- Send an image message to a Zalo user
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.
- 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