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 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-reachkit

v0.1.2

Published

n8n community node to work with the Reachkit API - cold email outreach automation

Readme

n8n-nodes-reachkit

This is an n8n community node that lets you use Reachkit in your n8n workflows.

Reachkit is a cold email outreach platform that helps you manage campaigns, leads, inboxes, and conversations.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This node supports the following resources and operations:

Blocklist

  • Add: Add an email to the blocklist
  • Check: Check if an email is in the blocklist
  • Delete: Remove an email from the blocklist
  • Get Many: Get all blocklist entries with pagination and search

Campaign

  • Get: Get details of a specific campaign
  • Get Many: List all campaigns with pagination and search
  • Get Analytics: Get analytics data for a campaign including daily stats and sequence performance
  • Update: Update a campaign status (active/paused)

Conversation

  • Get: Get details of a specific conversation with all messages
  • Get Many: List all conversations with pagination and filtering by folder
  • Reply: Send a reply in a conversation

Inbox

  • Get: Get details of a specific inbox
  • Get Many: List all inboxes with pagination and search
  • Get Warmup Stats: Get warmup statistics for an inbox over the last 7 days

Lead

  • Create: Create a new lead in a campaign with custom variables
  • Delete: Delete a lead from a campaign
  • Get: Get details of a specific lead
  • Get Many: List all leads in a campaign with pagination and search

Sequence

  • Get Many: List all sequences for a campaign with their variants
  • Update Variant: Update the enabled status of a sequence variant

Credentials

To use this node, you need a Reachkit API key.

Getting your API key:

  1. Log in to your Reachkit account
  2. Navigate to Settings → Integrations
  3. Click Add API Key
  4. Enter a name for the key
  5. Copy the API key (it will only be shown once)

Authentication

The node uses Bearer token authentication. Simply paste your API key in the credentials configuration.

Note: API access is available exclusively for users on the Professional and Agency plans.

Compatibility

Tested with n8n version 1.x.

Resources

Usage Examples

Create leads from a spreadsheet

  1. Use the Spreadsheet File node to read your leads
  2. Connect to Reachkit node
  3. Select Lead resource and Create operation
  4. Map the email, first name, last name fields
  5. Set custom variables for personalization

Get campaign analytics

  1. Use the Reachkit node
  2. Select Campaign resource and Get Analytics operation
  3. Enter the campaign ID
  4. Process the daily stats and sequence performance data

Reply to new conversations

  1. Use the Reachkit node with ConversationGet Many
  2. Filter by folder (primary/others)
  3. Process unread conversations
  4. Use ConversationReply to send responses

Manage blocklist

  1. Add emails to blocklist from bounced leads
  2. Check if an email is blocked before adding to campaign
  3. Clean up your blocklist periodically

Version History

0.1.0

  • Initial release
  • Support for all major Reachkit API endpoints
  • Full CRUD operations for leads, campaigns, conversations
  • Blocklist management
  • Inbox and warmup stats
  • Sequence variant management

License

MIT