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

@manyreach/n8n-nodes-manyreach

v0.4.2

Published

n8n community node for the Manyreach API

Readme


Install

Pick whichever fits your n8n setup.

Via n8n's community-nodes UI

In n8n: Settings → Community Nodes → Install, then enter:

@manyreach/n8n-nodes-manyreach

Via npm (self-hosted)

npm install @manyreach/n8n-nodes-manyreach

Restart n8n; the Manyreach node appears in the palette.

Via Docker

A ready-to-run n8n image with the node already installed:

docker run -p 5678:5678 -v n8n-data:/home/node/.n8n ghcr.io/manyreach/n8n:latest

Or with compose, see compose.yaml.

Setup

  1. In the Manyreach app: Account Settings → API — copy your API key.
  2. In n8n: create a new Manyreach API credential and paste the key.
  3. Add a Manyreach node, pick a resource and operation, run.

That's it. Resource pickers populate from your Manyreach account — no need to paste raw IDs.

What you can automate

| Area | Operations | | --- | --- | | Campaigns | Create · Update · Start · Pause · Copy · Delete · Get one / many · Get stats (opens, clicks, replies) | | Prospects | Bulk add · Create · Update · Delete · Get one / many with filters · Add/remove tags · Read inbound messages | | Sequences | Full CRUD on email sequences inside a campaign | | Follow-ups | Manage individual follow-up steps and delays | | Senders | Create · Update · Delete · Get one / many · Get auth errors (DKIM/SPF/DMARC) | | Tags | Full CRUD · Get prospects by tag | | Lists | Full CRUD · Get one / many | | Workspaces | Full CRUD · Get one / many | | Users | Full CRUD · Get one / many | | Clientspaces | Full CRUD · Get one / many | | Whitelabel | Update settings | | Messages | Create · Get for a prospect |

Type-ahead resource pickers

Every selector — campaign, sequence, list, tag, sender, workspace, user, clientspace — supports search-as-you-type instead of pasting IDs. The node populates dropdowns directly from your account.

Example workflow

A four-node cold-email loop:

  1. Schedule Trigger — every weekday at 09:00.
  2. Manyreach › Prospect › Bulk — push new leads into a campaign.
  3. Manyreach › Campaign › Start — activate the campaign.
  4. Wait 24h → Manyreach › Campaign › Get Stats → post to Slack.

Development

git clone https://github.com/manyreach/n8n-nodes-manyreach.git
cd n8n-nodes-manyreach
npm install
npm run dev      # starts n8n at http://localhost:5678 with the node loaded (hot reload)

Other scripts:

npm run build      # production TypeScript build into dist/
npm run lint       # n8n strict community-node lint
npm run lint:fix   # autofix what's safe
npm run release    # interactive release (bumps version, tags, publishes via CI)

Compatibility

  • n8n 1.0+ (tested against current)
  • Node.js 18+

Privacy

To improve this integration, the node sends anonymous technical metadata with each API request — including the node version, workflow ID, execution mode, and similar identifiers — to Manyreach. No credentials, request bodies, or other workflow contents are collected.

Support

License

MIT — © 2026 Manyreach.