{
  "name": "Daily Magento 2 customer sync to Google Contacts & Sheets without duplicates",
  "nodes": [
    {
      "id": "9fab883b-4e0d-4a0c-bdd7-645bdcf2bc64",
      "name": "Create Google Contact",
      "type": "n8n-nodes-base.googleContacts",
      "position": [
        420,
        960
      ]
    },
    {
      "id": "01a90ff9-45c4-4e4e-b70e-2a7c4b579ee2",
      "name": "Split Customers",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        -20,
        960
      ]
    },
    {
      "id": "ac435ff1-821b-4212-a5ca-9b766c763508",
      "name": "Log Synced Email",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        420,
        760
      ]
    },
    {
      "id": "7ae863b1-386e-4b24-b033-4d5c1b083a19",
      "name": "Compare Datasets",
      "type": "n8n-nodes-base.compareDatasets",
      "position": [
        200,
        840
      ]
    },
    {
      "id": "4a18f856-216f-466a-aa91-ed016b3e9785",
      "name": "GET PREVIOUS DATE",
      "type": "n8n-nodes-base.code",
      "position": [
        -460,
        960
      ]
    },
    {
      "id": "09386b6e-0658-4875-9093-c8b74b971074",
      "name": "Get New Customers",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -240,
        960
      ]
    },
    {
      "id": "de076cab-43e3-4b31-97e6-d80a8aa64ac4",
      "name": "Get Existing Emails",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -20,
        760
      ]
    },
    {
      "id": "853608e4-1ba2-4673-82c8-7bd0436c9373",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        620
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "22564aa5-ed78-426e-9d67-e4b418eb5d58",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -760,
        620
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "583ab4b6-c08d-436d-9e3d-92f006ee27e4",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -680,
        800
      ]
    },
    {
      "id": "28e76d85-dbad-4e30-aa29-06b9dff6d6b9",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -760,
        440
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Split Customers": {
      "main": [
        [
          {
            "node": "Compare Datasets",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Compare Datasets": {
      "main": [
        [],
        [],
        [],
        [
          {
            "node": "Create Google Contact",
            "type": "main",
            "index": 0
          },
          {
            "node": "Log Synced Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get Existing Emails",
            "type": "main",
            "index": 0
          },
          {
            "node": "GET PREVIOUS DATE",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "GET PREVIOUS DATE": {
      "main": [
        [
          {
            "node": "Get New Customers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get New Customers": {
      "main": [
        [
          {
            "node": "Split Customers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Existing Emails": {
      "main": [
        [
          {
            "node": "Compare Datasets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Google Contact": {
      "main": [
        []
      ]
    }
  }
}