UNPKG

@firefliesai/n8n-nodes-fireflies

Version:

An n8n integration for the Fireflies.ai API that enables workflow automation with meeting transcripts, analytics, summaries, and other conversation data from Fireflies.ai's AI meeting assistant.

26 lines 772 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.channelOperations = void 0; exports.channelOperations = { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: ['channel'] } }, options: [ { name: 'Get', action: 'Get a channel', description: 'Get details of a specific channel', value: 'getChannel', }, { name: 'Get List', action: 'Get a list of channels', description: 'Get all channels in the workspace', value: 'getChannels', }, ], default: 'getChannels', }; //# sourceMappingURL=channel.properties.js.map