UNPKG

n8n-nodes-octavehq

Version:

Octave is the AI-powered messaging brain for B2B go-to-market teams, helping articulate product value, synthesize customer interaction data, and deploy consistent, effective messaging across all channels.

3 lines (2 loc) 186 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function router(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData[][] | null>;