npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, πŸ‘‹, I’m Ryan HefnerΒ  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you πŸ™

Β© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-smartlead-v1-8-0

v1.8.0

Published

πŸš€ SmartLead API v1.8.0 - Complete Email Marketing Automation with 20+ Operations

Readme

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