Package Information
Available Nodes
Documentation
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
- Log in to your ManyChat account.
- Navigate to Settings → API.
- Generate or copy your API token.
- In n8n, create new credentials for ManyChat API.
- 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