Description
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
- Create Tag
- Get Tags
- Remove Tag (by ID)
- Remove Tag (by Name)
- Create Custom Field
- Get Custom Fields
- Get Bot Fields
- Create Bot Field
- Set Bot Field
- Set Bot Field (by Name)
- Set Multiple Bot Fields
- Get Flows
- Get Growth Tools
- Get One-Time Notification Topics
- Get Subscriber Info
- Get Subscriber Info by User Reference
- Find Subscriber by Name
- Find Subscriber by Custom Field
- Find Subscriber by System Field
- Add Tag to Subscriber
- Add Tag to Subscriber (by Name)
- Remove Tag from Subscriber
- Remove Tag from Subscriber (by Name)
- Create Subscriber (Unified)
- Update Subscriber
- Verify Subscriber by Signed Request
- A ManyChat account
- At least one connected page or channel (e.g. Facebook Messenger, Instagram)
- A ManyChat API access token
- API Token (Bearer Token)
- Minimum n8n version: 2.0.0
- Tested against: n8n 2.x
- 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
- n8n community nodes documentation
- ManyChat API Swagger documentation
- Initial release
- Added Page and Subscriber resources
- Support for tags, custom fields, bot fields, and subscriber management
- Tested with n8n v2
- 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
Tags
Custom Fields
Bot Fields
Flows & Growth Tools
One-Time Notifications
—
Subscriber
Subscriber Lookup
Tags
Subscriber Management
—
> 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
Authentication method
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
No known incompatibilities at this time.
—
Usage
This node can be used to automate and synchronize ManyChat data inside n8n workflows, for example:
If you are new to n8n, see the Try it out guide to get started with building workflows.
—
Resources
—