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.

10 lines (9 loc) 358 B
import { IAuthenticateGeneric, ICredentialType, ICredentialTestRequest, INodeProperties } from 'n8n-workflow'; export declare class FirefliesApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; }