smartlead-v1-9-0

Package Information

Released: 6/9/2025
Downloads: 0 weeklyĀ /Ā 0 monthly
Latest Version: 1.10.0
Author: brandonlipman

Documentation

n8n-nodes-smartlead-v1-8-0

šŸš€ SmartLead API v1.8.0 - Complete Email Marketing Automation for n8n

A comprehensive n8n community node for SmartLead - the most powerful email marketing automation platform for outbound sales.

✨ Features

šŸŽÆ Campaign Management (10 Operations)

  • Get All Campaigns - Retrieve all campaigns
  • Get Campaign by ID - Get detailed campaign information
  • Create Campaign - Create new email campaigns
  • Update Schedule - Modify campaign timing settings
  • Update Settings - Configure campaign parameters
  • Save Sequence - Create/update email sequences
  • Update Status - Start, pause, or stop campaigns
  • Get Sequence - Fetch campaign email sequence
  • Export Data - Download campaign results
  • Delete Campaign - Remove campaigns

šŸ‘„ Lead Management (14 Operations)

  • Get All by Campaign - Retrieve campaign leads
  • Get Categories - Fetch lead categorization options
  • Get by Email - Find leads by email address
  • Add to Campaign - Upload leads to campaigns (max 350 per batch)
  • Resume/Pause/Delete - Control lead status
  • Unsubscribe - Remove from campaign or all campaigns
  • Block List - Add to global block list
  • Update/Update Category - Modify lead information
  • Message History - View email conversations
  • Reply to Lead - Respond from master inbox

šŸ“§ Email Account Management (9 Operations)

  • Get All for User - List all connected accounts
  • Get All for Campaign - Campaign-specific accounts
  • Get by ID - Account details
  • Create/Update - Manage account settings
  • Add/Remove from Campaign - Account-campaign linking
  • Update Warmup - Configure deliverability settings
  • Reconnect Failed - Fix connection issues

šŸ“Š Analytics & Stats (4 Operations)

  • Campaign Stats - Performance metrics (opens, clicks, replies)
  • Campaign Stats by Date - Time-range analytics
  • Warmup Stats - Email account health monitoring
  • Top Level Analytics - Account overview

šŸ“¦ Installation

  1. Install in n8n:

    npm install n8n-nodes-smartlead-v1-8-0
    
  2. Restart your n8n instance

  3. The SmartLead node will appear in your node palette

šŸ” Authentication

  1. Get your API key from SmartLead:

    • Go to Settings → API Access
    • Click "Activate API"
    • Copy your API key
  2. In n8n:

    • Create new SmartLead API credentials
    • Paste your API key
    • Save the credentials

šŸš€ Quick Start

Example 1: Get All Campaigns

1. Add SmartLead node
2. Select Resource: "šŸŽÆ Campaign Management"
3. Select Operation: "Get All"
4. Execute

Example 2: Add Leads to Campaign

1. Add SmartLead node
2. Select Resource: "šŸ‘„ Lead Management"
3. Select Operation: "Add to Campaign"
4. Enter Campaign ID
5. Provide lead data in JSON format:
   {
     "email": "[email protected]",
     "first_name": "John",
     "last_name": "Doe",
     "company": "Example Corp"
   }

Example 3: Get Campaign Performance

1. Add SmartLead node
2. Select Resource: "šŸ“Š Analytics & Stats"
3. Select Operation: "Campaign Stats"
4. Enter Campaign ID
5. Execute to get metrics

šŸ“Š Rate Limits

  • 60 requests per 60 seconds per API key
  • 350 leads maximum per batch upload
  • Monitor headers: x-ratelimit-remaining, x-ratelimit-reset

šŸ› ļø API Coverage

This node covers 37 operations across all major SmartLead API endpoints:

  • āœ… All Campaign Management endpoints
  • āœ… All Lead Management endpoints
  • āœ… All Email Account endpoints
  • āœ… All Analytics endpoints
  • āœ… Proper authentication handling
  • āœ… Error handling and validation
  • āœ… Rate limit awareness

šŸ”— Resources

šŸ“ License

MIT License - feel free to use in your automations!

šŸ› Issues & Support

For issues with this n8n node, please check:

  1. Your API key is valid and has proper permissions
  2. You're within rate limits (60 req/60s)
  3. Campaign/Lead/Account IDs are correct

Happy Automating! šŸš€

Built with ā¤ļø for the n8n community

Discussion