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-instantly

v0.1.7547

Published

n8n community node for Instantly API v2

Readme

n8n-nodes-instantly

This is an n8n community node for integrating with the Instantly API v2. It provides comprehensive access to Instantly's email outreach platform, allowing you to manage campaigns, accounts, leads, and analytics directly from n8n workflows.

Installation

Community Nodes (Recommended)

For users on n8n v0.187.0+, install directly through the n8n interface:

  1. Go to Settings > Community Nodes
  2. Click Install
  3. Enter n8n-nodes-instantly
  4. Click Download

Manual Installation

npm install n8n-nodes-instantly

Quick Setup

  1. Get API Key: Go to Instantly Dashboard → Settings → Integrations → API
  2. Add Node: In n8n, search for "Instantly" in the node palette
  3. Configure Credentials: Enter your Instantly API key
  4. Select Operation: Choose from the available resources and operations below

Usage Examples

Create and Launch a Campaign

  1. Create Campaign: Set up your email sequences and targeting
  2. Add Leads: Import or create leads for your campaign
  3. Launch Campaign: Activate your campaign to start sending emails

Account Management Workflow

  1. Create Account: Add new email accounts with SMTP settings
  2. Enable Warmup: Start the warmup process for new accounts
  3. Monitor Status: Check account health and sending limits
  4. Pause/Resume: Control account activity as needed

Lead Management Process

  1. Import Leads: Create leads with custom variables
  2. Assign to Campaigns: Add leads to specific email campaigns
  3. Track Engagement: Monitor lead responses and interest levels
  4. Update Status: Manage lead lifecycle and follow-up actions

Supported Operations

📧 Campaign Management

  • Create Campaign: Create new email campaigns with sequences and variants
  • Get Campaign: Retrieve campaign details by ID
  • Get Many Campaigns: List all campaigns with pagination
  • Update Campaign: Modify campaign settings and content
  • Delete Campaign: Remove campaigns
  • Launch Campaign: Start campaign execution
  • Pause Campaign: Pause running campaigns

👤 Account Management

  • Create Account: Add new email accounts with SMTP configuration
  • Get Account: Retrieve account details by email
  • Get Many Accounts: List all email accounts
  • Update Account: Modify account settings and limits
  • Delete Account: Remove email accounts
  • Pause Account: Stop account from sending emails
  • Resume Account: Reactivate paused accounts
  • Enable Warmup: Start email warmup process ✨
  • Disable Warmup: Stop email warmup process ✨

🎯 Lead Management

  • Create Lead: Add new leads with custom variables and data
  • Get Lead: Retrieve detailed lead information by ID
  • Get Many Leads: List leads with advanced filtering and pagination
  • Update Lead: Modify lead details, status, and custom variables
  • Delete Lead: Remove leads from your database
  • Add Lead to Campaign: Create and assign leads to specific campaigns
  • Update Interest Status: Manage lead engagement and interest levels

📊 Analytics & Reporting

  • Get Campaign Analytics: Retrieve comprehensive campaign performance metrics and statistics

📬 Unibox Email Management

  • Get Many Unibox Messages: List inbox messages with advanced filtering (search, campaign, account, read status, email type, lead, sort)
  • Get Unibox Message: Retrieve single message details by ID
  • Update Unibox Message: Modify message properties and metadata
  • Delete Unibox Message: Remove messages from inbox
  • Get Unread Count: Count unread messages in inbox
  • Mark Thread as Read: Mark entire email thread as read
  • Reply to Unibox Message: Send email replies directly from n8n

Key Features

🚀 Full API v2 Support: Complete integration with Instantly's latest API 📊 Comprehensive Operations: 31 operations across campaigns, accounts, leads, analytics, and email management ⚡ Advanced Account Management: Full warmup control and SMTP configuration 🎯 Campaign Control: Launch, pause, and manage email campaigns with precision 📈 Lead Management: Complete lead lifecycle management and campaign assignment 📬 Email Management: Unified inbox with thread management, filtering, and reply capabilities 🔄 Pagination Support: Handle large datasets efficiently with built-in pagination ⚡ Robust Error Handling: Detailed error feedback and validation 🎯 Resource Locators: Intuitive account and campaign selection interface 📊 Bulk Operations: Manage multiple accounts and leads simultaneously 🔒 Secure Integration: API key-based authentication with proper credential management

Requirements

  • n8n v0.187.0 or higher
  • Instantly account with API access (Hypergrowth plan or above)
  • Valid Instantly API key

Resources

Support

License

MIT