AutomationFlowsEmail & Gmail › Sync HubSpot Contacts to Mailchimp Daily

Sync HubSpot Contacts to Mailchimp Daily

Original n8n title: Hubspot Mailchimp (hubspot)

Hubspot Mailchimp. Uses hubspot, mailchimp. Scheduled trigger; 3 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity3 nodesHubSpotMailchimp
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
{
  "nodes": [
    {
      "id": "30d8dca1-8e70-443e-a5b0-a048d6e3dc1c",
      "name": "Every day at 07:00",
      "type": "n8n-nodes-base.cron",
      "position": [
        480,
        300
      ],
      "parameters": {
        "triggerTimes": {
          "item": [
            {
              "hour": 7
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "1e7b278f-7c6f-473c-acda-51fa5cf6bd00",
      "name": "Get new contacts",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        700,
        300
      ],
      "parameters": {
        "resource": "contact",
        "operation": "search",
        "authentication": "oAuth2",
        "filterGroupsUi": {
          "filterGroupsValues": [
            {
              "filtersUi": {
                "filterValues": [
                  {
                    "value": "={{$today.minus({day:1}).toMillis()}}",
                    "operator": "GTE",
                    "propertyName": "createdate"
                  },
                  {
                    "value": "={{$today.toMillis()}}",
                    "operator": "LT",
                    "propertyName": "createdate"
                  }
                ]
              }
            }
          ]
        },
        "additionalFields": {}
      },
      "credentials": {
        "hubspotOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "003da27c-752e-47b6-b263-c90060b677f5",
      "name": "Create member",
      "type": "n8n-nodes-base.mailchimp",
      "position": [
        920,
        300
      ],
      "parameters": {
        "list": "8965eba136",
        "email": "={{ $json[\"properties\"].email }}",
        "status": "subscribed",
        "options": {},
        "mergeFieldsUi": {
          "mergeFieldsValues": [
            {
              "name": "FNAME",
              "value": "={{ $json[\"properties\"].firstname }}"
            },
            {
              "name": "LNAME",
              "value": "={{ $json[\"properties\"].lastname }}"
            }
          ]
        },
        "authentication": "oAuth2"
      },
      "credentials": {
        "mailchimpOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Get new contacts": {
      "main": [
        [
          {
            "node": "Create member",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Every day at 07:00": {
      "main": [
        [
          {
            "node": "Get new contacts",
            "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

Hubspot Mailchimp. Uses hubspot, 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

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

This workflow adds new HubSpot contacts to the Mailchimp email list. HubSpot account and HubSpot credentials Mailchimp account and Mailchimp credentials Cron node triggers this workflow every day at 7

HubSpot, Mailchimp
Email & Gmail

Cron Workflow. Uses hubspot, mailchimp, stopAndError. Scheduled trigger; 14 nodes.

HubSpot, Mailchimp, Stop And Error
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