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

v0.2.1

Published

Community n8n node providing ManyChat API integration.

Downloads

450

Readme

n8n-nodes-manychat

This is an n8n community node. It lets you use ManyChat in your n8n workflows.

ManyChat is a messaging automation platform that allows you to build chatbots and manage subscribers for channels such as Facebook Messenger, Instagram, and WhatsApp.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history


Installation

Follow the installation guide in the n8n community nodes documentation.

After installation, the node will be available in the n8n editor under Community Nodes.


Operations

Currently, the node supports the following ManyChat API resources and operations:

Page

Page Information

  • Get Page Info

Tags

  • Create Tag
  • Get Tags
  • Remove Tag (by ID)
  • Remove Tag (by Name)

Custom Fields

  • Create Custom Field
  • Get Custom Fields

Bot Fields

  • Get Bot Fields
  • Create Bot Field
  • Set Bot Field
  • Set Bot Field (by Name)
  • Set Multiple Bot Fields

Flows & Growth Tools

  • Get Flows
  • Get Growth Tools

One-Time Notifications

  • Get One-Time Notification Topics

Subscriber

Subscriber Lookup

  • Get Subscriber Info
  • Get Subscriber Info by User Reference
  • Find Subscriber by Name
  • Find Subscriber by Custom Field
  • Find Subscriber by System Field

Tags

  • Add Tag to Subscriber
  • Add Tag to Subscriber (by Name)
  • Remove Tag from Subscriber
  • Remove Tag from Subscriber (by Name)

Subscriber Management

  • Create Subscriber (Unified)
  • Update Subscriber
  • Verify Subscriber by Signed Request

Operation names in n8n are simplified for clarity and may differ slightly from the underlying ManyChat API endpoint names.


Credentials

This node requires authentication with the ManyChat API.

Prerequisites

  • A ManyChat account
  • At least one connected page or channel (e.g. Facebook Messenger, Instagram)
  • A ManyChat API access token

Authentication method

  • API Token (Bearer Token)

Setup

  1. Log in to your ManyChat account.
  2. Navigate to Settings → API.
  3. Generate or copy your API token.
  4. In n8n, create new credentials for ManyChat API.
  5. Paste the API token into the credentials field and save.

The node will use this token to authenticate all API requests.


Compatibility

  • Minimum n8n version: 2.0.0
  • Tested against: n8n 2.x

No known incompatibilities at this time.


Usage

This node can be used to automate and synchronize ManyChat data inside n8n workflows, for example:

  • Syncing ManyChat subscribers with a CRM or database
  • Managing subscriber tags and custom fields based on external events
  • Fetching page, flow, and bot field metadata for automation logic
  • Creating and updating subscribers programmatically

If you are new to n8n, see the Try it out guide to get started with building workflows.


Resources


Version history

0.1.0

  • Initial release
  • Added Page and Subscriber resources
  • Support for tags, custom fields, bot fields, and subscriber management
  • Tested with n8n v2

0.2.0

  • Refactor: merge SetBotField variants and fix page actions
  • Merged SetBotField and SetBotFieldByName
  • Fixed "Remove Tag" page action
  • Fixed "Set Bot Field" page action
  • Added SetCustomField and SetCustomFields for Subscriber