UNPKG

n8n-nodes-megaapi

Version:

N8N Community Node for MegaAPI WhatsApp automation - Complete WhatsApp integration with messaging, groups, media, and more

19 lines 563 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.statusProperties = void 0; exports.statusProperties = [ { displayName: 'Information', name: 'information', type: 'notice', displayOptions: { show: { resource: ['instance'], operation: ['status'], }, }, default: '', description: 'ℹ️ This will retrieve the current status and information of your WhatsApp instance', }, ]; //# sourceMappingURL=status.js.map