@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.
13 lines (12 loc) • 728 B
TypeScript
export { getTranscript } from './getTranscript';
export { getTranscriptsList } from './getTranscriptsList';
export { getTranscriptSummary } from './getTranscriptSummary';
export { getTranscriptAnalytics } from './getTranscriptAnalytics';
export { getTranscriptVideoUrl } from './getTranscriptVideoUrl';
export { getTranscriptAudioUrl } from './getTranscriptAudioUrl';
export { deleteTranscript } from './deleteTranscript';
export { updateMeetingTitle } from './updateMeetingTitle';
export { updateMeetingPrivacy } from './updateMeetingPrivacy';
export { updateMeetingChannel } from './updateMeetingChannel';
export { shareMeeting } from './shareMeeting';
export { revokeSharedMeetingAccess } from './revokeSharedMeetingAccess';