UNPKG

n8n-nodes-smartlead-v1-8-0

Version:

🚀 SmartLead API v1.8.0 - Complete Email Marketing Automation with 20+ Operations

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; }