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

v0.1.16

Published

n8n community node for the Manyreach cold email API. Create leads, manage campaigns, and automate outreach workflows directly inside n8n.

Downloads

370

Readme

Manyreach Node for n8n

Official community node to integrate the Manyreach cold email platform with n8n workflows.

This node lets you send leads, manage campaigns, and automate outreach using the Manyreach API directly from n8n.

Developed by Digital Domination.

What is Manyreach

Manyreach is a cold email platform used for outbound sales, lead generation, and automated email outreach.

It allows teams to:

• send cold email campaigns • manage email inboxes • automate follow-ups • track replies and engagement • manage lead databases

This n8n node connects Manyreach with your automation workflows so you can trigger outreach directly from data sources such as Google Sheets, NocoDB, Airtable, or CRMs.

Features

Current node capabilities include:

• create leads in Manyreach • update existing leads • fetch leads from Manyreach • manage outreach campaigns • automate cold email workflows

Example use cases:

Lead generation automation

Google Sheets → n8n → Manyreach → start campaign

CRM outreach automation

NocoDB → n8n → Manyreach → send leads to campaign

Sales pipeline automation

Apollo leads → n8n → Manyreach → automated outreach

Installation

Install the node inside your n8n environment.

npm install n8n-nodes-manyreach

Restart n8n after installation.

Credentials Setup

To connect n8n with Manyreach you need your Manyreach API key.

Steps:

  1. Log in to Manyreach
  2. Go to Settings
  3. Copy your API key
  4. Add new credentials in n8n

Credential type:

Manyreach API

Paste your API key and save.

Example Workflow

Example automation flow:

Lead source → n8n → Manyreach

Typical setup:

Google Sheets ↓ n8n workflow ↓ Manyreach node ↓ Campaign launch

This allows automatic lead import and outreach.

Node Operations

Supported resources and operations include:

Leads

• Create Lead • Update Lead • Get Lead • Get Many Leads

Campaigns

• Start Campaign • Pause Campaign • Get Campaigns

More operations will be added in future releases.

Development

This project was built using the n8n node development toolkit.

To run locally:

npm install npm run dev

This starts a local n8n instance with the node loaded for testing.

Repository

GitHub repository

https://github.com/digitaldominationio/n8n-nodes-manyreach

About Digital Domination

Digital Domination is a marketing automation and outreach infrastructure company.

We build tools and automation systems for:

• cold email outreach • lead generation • marketing automation • WhatsApp automation • custom workflow integrations

Website

https://www.digitaldomination.io

Contributing

Contributions and improvements are welcome.

Open an issue or submit a pull request on GitHub.

License

MIT License