@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.
6 lines • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAIAppOutputs = void 0;
const getAIAppOutputs_1 = require("./getAIAppOutputs");
Object.defineProperty(exports, "getAIAppOutputs", { enumerable: true, get: function () { return getAIAppOutputs_1.getAIAppOutputs; } });
//# sourceMappingURL=index.js.map