n8n-nodes-whatsapp
Version:
Nodes to trigger workflows from whatsapp events or send messages (using whatsapp web).
26 lines • 688 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.nodeDescription = void 0;
const WhatsApp_node_options_1 = require("./WhatsApp.node.options");
exports.nodeDescription = {
displayName: 'WhatsApp',
name: 'whatsApp',
icon: 'file:WhatsApp.svg',
subtitle: '={{$parameter["operation"]',
group: [],
version: 1,
description: '',
defaults: {
name: 'WhatsApp',
},
inputs: ['main'],
outputs: ['main'],
credentials: [
{
name: 'whatsApp',
required: true,
},
],
properties: WhatsApp_node_options_1.options
};
//# sourceMappingURL=WhatsApp.node.description.js.map