@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.
8 lines • 570 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.addToLiveMeeting = exports.getActiveMeetings = void 0;
var getActiveMeetings_1 = require("./getActiveMeetings");
Object.defineProperty(exports, "getActiveMeetings", { enumerable: true, get: function () { return getActiveMeetings_1.getActiveMeetings; } });
var addToLiveMeeting_1 = require("./addToLiveMeeting");
Object.defineProperty(exports, "addToLiveMeeting", { enumerable: true, get: function () { return addToLiveMeeting_1.addToLiveMeeting; } });
//# sourceMappingURL=index.js.map