UNPKG

n8n-nodes-nqdev

Version:

Tích hợp dịch vụ eSMS.vn vào n8n, cho phép bạn dễ dàng gửi tin nhắn SMS, Zalo hoặc Viber trực tiếp từ quy trình tự động hóa. Với node này, bạn có thể nhanh chóng kết nối API eSMS.vn, gửi tin nhắn quảng cáo, chăm sóc khách hàng hoặc OTP chỉ trong vài bước

40 lines 1.37 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.esmsUserOperationModel = void 0; exports.esmsUserOperationModel = [ { name: 'operation', displayName: 'Operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: [ 'account' ] } }, options: [ { name: 'Số dư tài khoản', action: 'Lấy số dư tài khoản ESMSVN', value: 'getBalance', description: 'Truy xuất số dư hiện tại của tài khoản ESMSVN.', }, { name: 'Danh sách Brandname', action: 'Lấy danh sách Brandname', value: 'getListBrandname', description: 'Lấy toàn bộ danh sách Brandname đã đăng ký trên hệ thống.', }, { name: 'Danh sách Zalo OA', action: 'Lấy danh sách Zalo OA', value: 'getListZaloOa', description: 'Lấy danh sách các tài khoản Zalo Official Account (OA) đã tích hợp.', }, ], default: 'getBalance' } ]; //# sourceMappingURL=EsmsUserOperation.model.js.map