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.

15 lines 466 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.channelFields = void 0; exports.channelFields = [ { displayName: 'Channel ID', name: 'channelId', type: 'string', required: true, default: '', displayOptions: { show: { resource: ['channel'], operation: ['getChannel'] } }, description: 'ID of the channel to retrieve', }, ]; //# sourceMappingURL=channel.fields.js.map