UNPKG

n8n-nodes-megaapi

Version:

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

19 lines 576 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getWebhookProperties = void 0; exports.getWebhookProperties = [ { displayName: 'Information', name: 'information', type: 'notice', displayOptions: { show: { resource: ['webhook'], operation: ['getWebhook'], }, }, default: '', description: '🔗 This will retrieve the current webhook configuration for your WhatsApp instance', }, ]; //# sourceMappingURL=getWebhook.js.map