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.

6 lines (5 loc) 249 B
import { getCurrentUser } from './getCurrentUser'; import { getUserGroups } from './getUserGroups'; import { getUsers } from './getUsers'; import { setUserRole } from './setUserRole'; export { getCurrentUser, getUserGroups, getUsers, setUserRole };