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

9 lines (8 loc) • 300 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class SmartLeadApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }