@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.
24 lines • 696 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.teamAnalyticsOperations = void 0;
exports.teamAnalyticsOperations = {
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['teamAnalytics'],
},
},
options: [
{
name: 'Get Team Analytics',
action: 'Get team analytics',
description: 'Get analytics for the entire team. Requires admin privileges.',
value: 'getTeamAnalytics',
},
],
default: 'getTeamAnalytics',
};
//# sourceMappingURL=teamAnalytics.properties.js.map