UNPKG

@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.

4 lines (3 loc) 127 B
import { getCurrentUser } from './getCurrentUser'; import { getUsers } from './getUsers'; export { getCurrentUser, getUsers };