AutomationFlowsEmail & Gmail › Schedule Airtable to Mailchimp Entries

Schedule Airtable to Mailchimp Entries

Original n8n title: Create Entry in Mailchimp From Airtable

Create entry in Mailchimp from Airtable. Uses airtable, mailchimp. Scheduled trigger; 3 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity3 nodesAirtableMailchimp
Email & Gmail Trigger: Cron / scheduled 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
{
  "id": "1",
  "name": "Create entry in Mailchimp from Airtable",
  "nodes": [
    {
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        450,
        450
      ],
      "parameters": {
        "triggerTimes": {
          "item": [
            {}
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        650,
        450
      ],
      "parameters": {
        "table": "Users",
        "operation": "list",
        "application": "=apprZs8g4tIGDUtqQ",
        "additionalOptions": {
          "fields": [
            "Name",
            "Email",
            "Interest"
          ]
        }
      },
      "credentials": {
        "airtableApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Mailchimp",
      "type": "n8n-nodes-base.mailchimp",
      "position": [
        840,
        450
      ],
      "parameters": {
        "list": "777b2643d4",
        "email": "={{$node[\"Airtable\"].json[\"fields\"][\"Email\"]}}",
        "status": "subscribed",
        "options": {
          "tags": "Interest"
        },
        "mergeFieldsUi": {
          "mergeFieldsValues": [
            {
              "name": "FNAME",
              "value": "={{$node[\"Airtable\"].json[\"fields\"][\"Name\"]}}"
            }
          ]
        }
      },
      "credentials": {
        "mailchimpApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "Cron": {
      "main": [
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Airtable": {
      "main": [
        [
          {
            "node": "Mailchimp",
            "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 entry in Mailchimp from Airtable. Uses airtable, mailchimp. Scheduled 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

"## Video Introduction [](https://youtu.be/lQh1fuIrBN8)

Airtable, Gmail
Email & Gmail

Hubspot Mailchimp. Uses functionItem, hubspot, mailchimp. Scheduled trigger; 5 nodes.

Function Item, HubSpot, Mailchimp
Email & Gmail

This workflow sends new Mailchimp subscribers to HubSpot as new or updated contacts. Mailchimp account and Mailchimp credentials HubSpot account and HubSpot credentials Cron node triggers this workflo

Function Item, HubSpot, Mailchimp
Email & Gmail

Flow. Uses mailchimp, airtable, slack. Webhook trigger; 5 nodes.

Mailchimp, Airtable, Slack
Email & Gmail

This workflow sends a daily Slack report with the current number of subscribers in your Mailchimp list. It’s a simple way to keep your marketing or growth team informed without logging into Mailchimp.

Mailchimp, Slack