AutomationFlowsEmail & Gmail › Airtable to Lemlist Integration

Airtable to Lemlist Integration

Original n8n title: Airtable Lemlist

Airtable Lemlist. Uses airtable, lemlist. Manual trigger; 3 nodes.

Manual trigger★☆☆☆☆ complexity3 nodesAirtableLemlist
Email & Gmail Trigger: Manual Nodes: 3 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
{
  "nodes": [
    {
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        440,
        320
      ],
      "parameters": {
        "operation": "list",
        "additionalOptions": {}
      },
      "credentials": {
        "airtableApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Lemlist",
      "type": "n8n-nodes-base.lemlist",
      "position": [
        640,
        320
      ],
      "parameters": {
        "email": "={{$json[\"fields\"][\"Email\"]}}",
        "resource": "lead",
        "campaignId": "cam_H5pYEryq6mRKBiy5v",
        "additionalFields": {
          "firstName": "={{$json[\"fields\"][\"Name\"]}}"
        }
      },
      "credentials": {
        "lemlistApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Lemlist1",
      "type": "n8n-nodes-base.lemlist",
      "position": [
        840,
        320
      ],
      "parameters": {
        "email": "={{$node[\"Airtable\"].json[\"fields\"][\"Email\"]}}",
        "resource": "lead",
        "operation": "get"
      },
      "credentials": {
        "lemlistApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Lemlist": {
      "main": [
        [
          {
            "node": "Lemlist1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Airtable": {
      "main": [
        [
          {
            "node": "Lemlist",
            "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

Airtable Lemlist. Uses airtable, lemlist. Manual trigger; 3 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

Manual Googlesheets. Uses manualTrigger, dropcontact, googleSheets, lemlist. Event-driven trigger; 4 nodes.

Dropcontact, Google Sheets, Lemlist
Email & Gmail

This workflow allows you to find and verify emails and enrich your contact from a Google Sheet with Dropacontact and add them to Lemlist.

Dropcontact, Google Sheets, Lemlist
Email & Gmail

This workflow runs daily to pull contacts from Airtable, place outbound AI voice calls via Bolna.ai, analyze call transcripts with Groq, then send follow-up emails through Brevo and (for interested co

Airtable, HTTP Request
Email & Gmail

Webhook Dropcontact. Uses lemlist, hubspot, dropcontact, slack. Webhook trigger; 18 nodes.

Lemlist, HubSpot, Dropcontact +1
Email & Gmail

Classify Lemlist Replies Using Openai And Automate Reply Handling. Uses markdown, lemlistTrigger, stickyNote, lmChatOpenAi. Event-driven trigger; 18 nodes.

Lemlist Trigger, OpenAI Chat, Output Parser Structured +4