{
  "name": "Shopify review aggregator: Trustpilot, Google, Facebook to Google Sheets",
  "nodes": [
    {
      "id": "746adbc5-aeb8-40fd-ae0c-a3fd9e6fab5a",
      "name": "Daily Review Sync",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -880,
        340
      ]
    },
    {
      "id": "d3c5a37e-9c39-4b81-a6b8-8752dae02ec2",
      "name": "Get Products",
      "type": "n8n-nodes-base.shopify",
      "position": [
        -660,
        340
      ]
    },
    {
      "id": "a19fd031-7998-48d4-854d-cb3bd2377686",
      "name": "Fetch Trustpilot Reviews",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -440,
        240
      ]
    },
    {
      "id": "c7552932-9ffd-458d-90dd-8876756ce012",
      "name": "Fetch Google Reviews",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -440,
        340
      ]
    },
    {
      "id": "dc3e88e5-0e55-4a59-a983-c813a6328dda",
      "name": "Fetch Facebook Reviews",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -440,
        440
      ]
    },
    {
      "id": "44d7f0d0-cb0b-4670-ad93-b5e38246dc24",
      "name": "Normalize Review Data",
      "type": "n8n-nodes-base.code",
      "position": [
        -220,
        340
      ]
    },
    {
      "id": "1127884c-a3b7-4c31-9b3d-442eb4cebc4e",
      "name": "Check if Reviews Found",
      "type": "n8n-nodes-base.if",
      "position": [
        0,
        340
      ]
    },
    {
      "id": "91234883-4c8e-4400-9146-079c0746ff67",
      "name": "Store Reviews Database",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        220,
        340
      ]
    },
    {
      "id": "7a310f10-d88e-45eb-b112-0c59187e4a10",
      "name": "Workflow Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1220,
        120
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "30572c35-33fe-4b41-8b63-0ce8009eb65d",
      "name": "Features & Config",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "a80c8009-0090-4f2f-ad8a-805af9d5c7b6",
      "name": "Business Value",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        500
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "93776d7d-8bae-431b-b424-f193cd88d593",
      "name": "Platforms & Flow",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -520,
        60
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "86bdf061-24a5-4a2e-93e2-54c75c76822a",
      "name": "API Requirements",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        220,
        40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Get Products": {
      "main": [
        [
          {
            "node": "Fetch Trustpilot Reviews",
            "type": "main",
            "index": 0
          },
          {
            "node": "Fetch Google Reviews",
            "type": "main",
            "index": 0
          },
          {
            "node": "Fetch Facebook Reviews",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Review Sync": {
      "main": [
        [
          {
            "node": "Get Products",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Google Reviews": {
      "main": [
        [
          {
            "node": "Normalize Review Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Normalize Review Data": {
      "main": [
        [
          {
            "node": "Check if Reviews Found",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check if Reviews Found": {
      "main": [
        [
          {
            "node": "Store Reviews Database",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Facebook Reviews": {
      "main": [
        [
          {
            "node": "Normalize Review Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Trustpilot Reviews": {
      "main": [
        [
          {
            "node": "Normalize Review Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}