AutomationFlowsEmail & Gmail › Manage MailerLite Subscribers: Create, Update, Get

Manage MailerLite Subscribers: Create, Update, Get

Original n8n title: Create, Update and Get a Subscriber Using the Mailerlite Node

Create, update and get a subscriber using the MailerLite node. Uses manualTrigger, mailerLite. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesMailer Lite
Email & Gmail Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "96",
  "name": "Create, update and get a subscriber using the MailerLite node",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        310,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "MailerLite",
      "type": "n8n-nodes-base.mailerLite",
      "position": [
        510,
        300
      ],
      "parameters": {
        "email": "harshil@n8n.io",
        "additionalFields": {
          "name": "Harshil"
        }
      },
      "credentials": {
        "mailerLiteApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "MailerLite1",
      "type": "n8n-nodes-base.mailerLite",
      "position": [
        710,
        300
      ],
      "parameters": {
        "operation": "update",
        "subscriberId": "={{$node[\"MailerLite\"].json[\"email\"]}}",
        "updateFields": {
          "customFieldsUi": {
            "customFieldsValues": [
              {
                "value": "Berlin",
                "fieldId": "city"
              }
            ]
          }
        }
      },
      "credentials": {
        "mailerLiteApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "MailerLite2",
      "type": "n8n-nodes-base.mailerLite",
      "position": [
        910,
        300
      ],
      "parameters": {
        "operation": "get",
        "subscriberId": "={{$node[\"MailerLite\"].json[\"email\"]}}"
      },
      "credentials": {
        "mailerLiteApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "MailerLite": {
      "main": [
        [
          {
            "node": "MailerLite1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "MailerLite1": {
      "main": [
        [
          {
            "node": "MailerLite2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "MailerLite",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Create, update and get a subscriber using the MailerLite node. Uses manualTrigger, mailerLite. Event-driven trigger; 4 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Email & Gmail workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Email & Gmail

Marketing Teams Email Marketers Small Business Owners Community Managers Read from Google Sheets: The workflow begins by reading all contact rows from your designated Google Sheet. Check for Existing

Google Sheets, Mailer Lite, HTTP Request
Email & Gmail

Gumroad sale trigger. Uses httpRequest, gumroadTrigger, googleSheets, stickyNote. Event-driven trigger; 8 nodes.

HTTP Request, Gumroad Trigger, Google Sheets +1
Email & Gmail

When someone makes a purchase on your Gumroad store, this n8n workflow instantly adds that customer to the right MailerLite group (so your nurture sequence starts on time) and writes the sale details

HTTP Request, Gumroad Trigger, Google Sheets +1
Email & Gmail

Create, update and get a subscriber using the MailerLite node. Uses mailerLite. Event-driven trigger; 4 nodes.

Mailer Lite
Email & Gmail

Email Automation Suite. Uses gmailTrigger, supabase, gmail. Event-driven trigger; 12 nodes.

Gmail Trigger, Supabase, Gmail