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.
6 lines (5 loc) • 471 B
TypeScript
import { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow';
export declare function getAgents(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
export declare function getPlaybooks(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
export declare function getPersonas(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
export declare function getProducts(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;