Custom n8n node for interacting with Maileon, enabling seamless automation with your workflows.
Install the node in your n8n instance directory:
npm install n8n-nodes-maileonThen restart n8n:
n8n stop && n8n start✅ Ensure Community Nodes are enabled in Settings → Community Nodes inside the n8n editor.
This node supports API Key authentication.
To configure:
- Open the node in the n8n editor
- Under Credentials, select or create the credential you want the node to use
- Create or update contacts in Maileon
- Create contact events in Maileon
- Send unsubscribe requests to Maileon using email address or external_id
- Fetch unsubscriptions via Maileon webhook
- Fetch double opt-ins via Maileon webhook
- Compatible with n8n’s data structure
- Works with expressions and dynamic values
- Drag the node into your workflow
- Choose an operation
- Fill in required fields or use expressions
- Run the workflow and view the results
If you run into issues or have questions, feel free to open an issue on GitHub.