UNPKG

n8n-nodes-cleverflow

Version:

n8n node to integrate with CleverFlow API for creating workflow runs and processing Tally Forms

5 lines (4 loc) 386 B
import { INodePropertyOptions, ILoadOptionsFunctions } from 'n8n-workflow'; export declare function getWorkspaces(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getWorkflows(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getWorkflowFields(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;