@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.
12 lines (11 loc) • 405 B
TypeScript
import type { INode } from 'n8n-workflow';
export declare function handleOperationError(node: INode, error: any, continueOnFail: boolean, operationName: string): any;
export declare function handleGraphQLErrors(node: INode, graphqlErrors: Array<{
message: string;
code?: string;
extensions?: {
code?: string;
status?: number;
correlationId?: string;
};
}>): never;