UNPKG

n8n-nodes-zalo-nnt

Version:

Unofficial Zalo integration for n8n - Send messages, manage groups, user operations with QR login. No API key required, works via browser simulation.

12 lines 747 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BRANDING_CONFIG = void 0; const package_json_1 = require("../../package.json"); const VERSION = package_json_1.version; exports.BRANDING_CONFIG = { displayName: `📦 Version ${VERSION} | 📖 <a href="https://diginno.net/blog/series/n8n-zalo-node" target="_blank" style="color: #1890ff; text-decoration: underline;">Tài liệu hướng dẫn</a> | 🚀 Cần triển khai n8n cho doanh nghiệp? Liên hệ <a href="https://diginno.net" target="_blank" style="color: #1890ff; text-decoration: underline;">diginno.net</a> - Chuyên gia n8n tại Việt Nam`, name: 'branding', type: 'notice', default: '', }; //# sourceMappingURL=branding.js.map