UNPKG

n8n-nodes-smartlead-v1-9-0

Version:

🚀 SmartLead API v1.10.0 - Complete Email Marketing Automation with Smart Delivery, Webhooks & 40+ Operations - Fixed API Parameters

6 lines (5 loc) • 269 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class SmartLead implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }