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.
4 lines (3 loc) • 477 B
TypeScript
import { IDataObject, IExecuteFunctions, IHttpRequestMethods, ILoadOptionsFunctions } from 'n8n-workflow';
export declare function octaveApiRequest(this: IExecuteFunctions | ILoadOptionsFunctions, method: IHttpRequestMethods, endpoint: string, body?: IDataObject, qs?: IDataObject): Promise<any>;
export declare function octaveApiRequestListAll(this: IExecuteFunctions | ILoadOptionsFunctions, method: 'GET', endpoint: string, initialQs?: Record<string, any>): Promise<any[]>;