UNPKG

n8n-nodes-whatsapp

Version:

Nodes to trigger workflows from whatsapp events or send messages (using whatsapp web).

28 lines 869 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nodeDescription = void 0; const WhatsAppTrigger_node_options_1 = require("./WhatsAppTrigger.node.options"); exports.nodeDescription = { displayName: 'WhatsApp Trigger', name: 'whatsAppTrigger', icon: 'file:WhatsApp.svg', group: ['trigger', 'test'], version: 1, description: '', eventTriggerDescription: '', mockManualExecution: true, activationMessage: 'Your workflow will now trigger executions on the event you have defined.', defaults: { name: 'WhatsApp Trigger', }, inputs: [], outputs: ['main'], credentials: [ { name: 'whatsApp', required: true, }, ], properties: WhatsAppTrigger_node_options_1.options }; //# sourceMappingURL=WhatsAppTrigger.node.description.js.map