{
  "name": "Monitor & respond to Shopify reviews with GPT-4, Slack, Trello & Google Sheets",
  "nodes": [
    {
      "id": "e42d1c4f-737d-4c71-8f50-22cff1fb500b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -416,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "2fdae44e-7d7d-416e-b9f8-e28f999ac406",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -96,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "6bff7fb9-0325-48fd-84cb-789126b71b03",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c2fa7260-2562-4a43-a3b2-2ab4315639d2",
      "name": "Shopify Product Review Trigger",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        -352,
        -160
      ]
    },
    {
      "id": "0d57eaf3-caf7-49f9-8f13-c887a2075b1d",
      "name": "AI Analysis with GPT-4",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -48,
        -160
      ]
    },
    {
      "id": "b3382d7c-9480-47d2-ab43-148306f4d542",
      "name": "Parse AI Output",
      "type": "n8n-nodes-base.code",
      "position": [
        320,
        -160
      ]
    },
    {
      "id": "f6b7a308-55bb-4590-a137-3b4fa1ccfe8e",
      "name": "Conditional Logic",
      "type": "n8n-nodes-base.if",
      "position": [
        640,
        -160
      ]
    },
    {
      "id": "764b41b9-3961-4949-8028-38e3d211b79a",
      "name": "Slack Alert",
      "type": "n8n-nodes-base.slack",
      "position": [
        864,
        -160
      ]
    },
    {
      "id": "ea115c6e-5f97-4bde-b981-6e38cf6b3642",
      "name": "Trello Task Creation",
      "type": "n8n-nodes-base.trello",
      "position": [
        1056,
        -160
      ]
    },
    {
      "id": "27221514-450a-4286-bfaa-fbe9088e2bbb",
      "name": "Google Sheets Logger",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        640,
        144
      ]
    },
    {
      "id": "c0800fa8-d933-4248-b4da-93e66a7c375d",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        64
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "caf041dc-0498-4ca2-90b6-9d8bb8bff1f5",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -416,
        80
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Slack Alert": {
      "main": [
        [
          {
            "node": "Trello Task Creation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse AI Output": {
      "main": [
        [
          {
            "node": "Conditional Logic",
            "type": "main",
            "index": 0
          },
          {
            "node": "Google Sheets Logger",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Conditional Logic": {
      "main": [
        [
          {
            "node": "Slack Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Analysis with GPT-4": {
      "main": [
        [
          {
            "node": "Parse AI Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shopify Product Review Trigger": {
      "main": [
        [
          {
            "node": "AI Analysis with GPT-4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}