@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.
30 lines • 876 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.meetingOperations = void 0;
exports.meetingOperations = {
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['meeting'],
},
},
options: [
{
name: 'Add to Live Meeting',
action: 'Add fred to a live meeting',
description: 'Add the Fireflies bot to an active meeting',
value: 'addToLiveMeeting',
},
{
name: 'Get Active Meetings',
action: 'Get active meetings',
description: 'Get a list of currently active meetings',
value: 'getActiveMeetings',
},
],
default: 'getActiveMeetings',
};
//# sourceMappingURL=meeting.properties.js.map