npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-nqdev-aio

v0.0.2

Published

Custom n8n node package for seamless integration of Vietnamese SaaS services: eSMSvn, Haravan, and Zalo

Downloads

21

Readme

n8n-nodes-nqdev-aio

🚀 Custom n8n node package for seamless integration of Vietnamese SaaS services

npm version License: MIT Publish: Package to npmJs

Release: Create GitHub Release Update Changelog

🎯 What's Included

This package provides custom n8n nodes for integrating with popular Vietnamese SaaS services:

  • eSMS.vn - SMS marketing automation platform
  • Haravan - E-commerce platform integration
  • Zalo - Social network messaging service

📦 Installation

Option 1: NPM Installation (Recommended)

npm install n8n-nodes-nqdev-aio

Option 2: Manual Installation

  1. Download the latest release
  2. Place in your n8n custom nodes directory
  3. Restart n8n

Option 3: Docker Installation

Add to your n8n Docker setup:

RUN npm install n8n-nodes-nqdev-aio

🔧 Configuration

After installation, you'll need to set up credentials for each service:

eSMS.vn Configuration

  1. Go to n8n Settings > Credentials
  2. Add new credential > eSMS.vn API
  3. Enter your API Key and Secret Key from eSMS.vn dashboard
  4. Test connection

Haravan Configuration

  1. Go to n8n Settings > Credentials
  2. Add new credential > Haravan API
  3. Enter your shop name, access token, and API version
  4. Test connection

Zalo Configuration

  1. Go to n8n Settings > Credentials
  2. Add new credential > Zalo API
  3. Enter your access token, app ID, and app secret
  4. Test connection

🚀 Features

eSMS.vn Node

  • ✅ Send individual SMS messages
  • ✅ Send bulk SMS campaigns
  • ✅ Check account balance
  • ✅ Track message delivery status
  • ✅ Support for Brandname & CSKH SMS types
  • ✅ Multi-recipient support

Haravan Node

  • ✅ Product management (CRUD operations)
  • ✅ Order management and tracking
  • ✅ Customer management
  • ✅ Inventory operations
  • ✅ Full REST API integration

Zalo Node

  • ✅ Send text messages
  • ✅ Send image messages
  • ✅ Template message support
  • ✅ User profile management
  • ✅ Follower management
  • ✅ Image upload capabilities

📖 Usage Examples

SMS Marketing Campaign with eSMS.vn

{
  "resource": "sms",
  "operation": "sendBulk",
  "phones": "+84912345678,+84987654321",
  "message": "🎉 Sale cuối năm - Giảm giá 50% tất cả sản phẩm! Mua ngay: shop.com",
  "smsType": "1",
  "brandname": "MYSHOP"
}

E-commerce Product Sync with Haravan

{
  "resource": "product",
  "operation": "create",
  "title": "Áo thun nam basic",
  "body_html": "<p>Áo thun chất liệu cotton cao cấp</p>",
  "product_type": "Thời trang",
  "vendor": "Fashion Brand"
}

Social Messaging with Zalo

{
  "resource": "message",
  "operation": "sendText",
  "user_id": "user123456789",
  "text": "Xin chào! Cảm ơn bạn đã quan tâm đến sản phẩm của chúng tôi."
}

🔄 Workflow Examples

1. SMS Marketing Campaign

Webhook Trigger → eSMS.vn (Send Bulk) → Google Sheets (Log Results)

2. E-commerce Integration

Haravan (Get Orders) → Filter New Orders → Email Notification → Zalo Message

3. Customer Service Automation

Zalo (Get Messages) → Process Text → eSMS.vn (Send Response) → CRM Update

🛠️ Development

Prerequisites

  • Node.js 18+
  • n8n installed
  • TypeScript knowledge

Setup

# Clone repository
git clone https://github.com/nqdev-group/n8n-nodes-nqdev-aio.git
cd n8n-nodes-nqdev-aio

# Install dependencies
npm install

# Build the project
npm run build

# Development mode
npm run dev

Project Structure

n8n-nodes-nqdev-aio/
├── credentials/              # API credential configurations
│   ├── EsmsVnApi.credentials.ts
│   ├── HaravanApi.credentials.ts
│   └── ZaloApi.credentials.ts
├── nodes/                    # Node implementations
│   ├── EsmsVn/              # SMS marketing node
│   ├── Haravan/             # E-commerce node
│   └── Zalo/                # Social messaging node
├── assets/                   # Icons and assets
├── examples/                 # Workflow examples
├── dist/                     # Built output
└── Documentation files

🧪 Testing

Manual Testing

  1. Start n8n in development mode
  2. Import example workflows from /examples folder
  3. Configure credentials with test accounts
  4. Execute workflows to verify functionality

API Testing

Each service provides test endpoints:

  • eSMS.vn: Balance check endpoint
  • Haravan: Shop info endpoint
  • Zalo: Profile endpoint

📚 API Documentation

eSMS.vn

Haravan

Zalo

🔒 Security & Privacy

  • All credentials are encrypted by n8n
  • API keys are never logged or exposed
  • HTTPS required for all API communications
  • Regular security updates and vulnerability patches

🤝 Contributing

Contributions are welcome! Please read our contributing guidelines:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests if applicable
  5. Submit a pull request

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🆘 Support

Community Support

Professional Support

For enterprise support and custom integrations:

🔄 Changelog

v1.0.0

  • ✅ Initial release
  • ✅ eSMS.vn node implementation
  • ✅ Haravan node implementation
  • ✅ Zalo node implementation
  • ✅ Full TypeScript support
  • ✅ Comprehensive documentation

🚀 Roadmap

  • [ ] Advanced template management for Zalo
  • [ ] Webhook support for real-time updates
  • [ ] Advanced analytics and reporting
  • [ ] Additional Vietnamese SaaS integrations
  • [ ] Multi-language support

Made with ❤️ by nqdev-group for the Vietnamese developer community