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.

36 lines 955 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.biteOperations = void 0; exports.biteOperations = { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: ['bite'], }, }, options: [ { name: 'Create', action: 'Create a bite', description: 'Create a new bite clip from a transcript', value: 'createBite', }, { name: 'Get', action: 'Get a bite', description: 'Get details of a specific bite', value: 'getBite', }, { name: 'Get List', action: 'Get a list of bites', description: 'Get a list of bite clips', value: 'getBites', }, ], default: 'getBites', }; //# sourceMappingURL=bite.properties.js.map