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