n8n-nodes-zalo-zns
v0.1.0
Published
n8n community node for Zalo ZNS (Zalo Notification Service)
Downloads
19
Readme
Zalo ZNS n8n Node
Custom n8n community node for Zalo Notification Service (ZNS), built from the provided code.
Installation
- Build:
npm install && npm run build - Install into n8n (on the same machine):
- If using n8n desktop: open Settings → Community Nodes → Install, then point to the folder path of this package (or publish and install by name).
- If using self-hosted n8n: add this package to
N8N_COMMUNITY_PACKAGESenv or runn8n install n8n-nodes-zalo-znsafter publishing.
Credentials
- Create credentials of type
Zalo OA APIand paste your OA Business APIAccess Token.
Node Operations
- ZNS Message:
- Send Message (normal, hash phone, dev mode, RSA)
- Send Journey Message (auto fetch journey token)
- Get Message Status
- ZNS Template:
- Upload Image (binary or file path)
- Create / Update Template
- Get Template List / Info / Sample Data
- ZNS Info:
- Get Quota, Content Types, Customer Feedback, Quality Info
Notes
- Icon is a placeholder
Zalo.svg. - This package depends on
axiosandform-data.
