Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
What Is TWZ n8n MailPoet Integration? This workflow adds subscribers to MailPoet using n8n by bridging WordPress through a custom REST API and logging results in Google Sheets. MailPoet is a popula...
n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, n8n-nodes-base.form
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sergey Tulyaganov.
Original n8n.io sourceWhat Is TWZ n8n MailPoet Integration?
This workflow adds subscribers to MailPoet using n8n by bridging WordPress through a custom REST API and logging results in Google Sheets.
MailPoet is a popular WordPress email marketing plugin, but it does not provide a public REST API. Because of this limitation, n8n cannot connect to MailPoet directly using native nodes or standard integrations.
This workflow demonstrates a practical and production-ready solution for connecting n8n → WordPress → MailPoet using a custom WordPress REST API plugin called TWZ N8N MailPoet.
🚧 Problem This Workflow Solves
❌ MailPoet has no public REST API ❌ n8n cannot add MailPoet subscribers natively ❌ External forms and automations cannot push data into MailPoet
✅ Solution Architecture
This workflow solves the problem by:
Creating a secure REST API endpoint inside WordPress
Using an n8n HTTP Request node to send subscriber data
Adding subscribers directly to MailPoet
Preventing duplicate subscribers
Logging subscribers in Google Sheets for visibility
This creates a reliable bridge between n8n and MailPoet, enabling automation workflows that were previously not possible.
🔌 How It Works (High Level)
📥 n8n receives form submission data 🔍 The workflow checks if the subscriber already exists 📧 The subscriber is added to MailPoet via the custom REST API 📊 Subscriber data is logged in Google Sheets ✅ The workflow returns a success or error response
🎯 Why This Workflow Is Useful
Works around MailPoet’s missing API
Enables full automation from external tools
Uses standard n8n nodes (HTTP Request, IF, Google Sheets)
Secure and reusable integration pattern
Ideal for WordPress-based businesses
🧩 About the TWZ n8n MailPoet Plugin
TWZ n8n MailPoet is a free, lightweight WordPress plugin designed to provide a simple and reliable integration between n8n (or any external service) and MailPoet.
It implements a single MailPoet API operation: ➡ Add Subscriber
This keeps the plugin lightweight, fast, and focused.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Add MailPoet subscribers from WordPress forms via TWZ plugin and log to Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Social Media |
| Author | Sergey Tulyaganov |
| Published | 03 Jan 2026 |
Use the JSON export at /data/workflows/12422/12422.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
What Is TWZ n8n MailPoet Integration? This workflow adds subscribers to MailPoet using n8n by bridging WordPress through a custom REST API and logging results in Google Sheets. MailPoet is a popula...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.