UNPKG

n8n-nodes-cleverflow

Version:

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

3 lines (2 loc) 139 B
import { IExecuteFunctions } from 'n8n-workflow'; export declare function execute(this: IExecuteFunctions, index: number): Promise<any>;