{
  "name": "Industrial Distribution Loop",
  "nodes": [
    {
      "parameters": {
        "triggerOn": "folder",
        "events": [
          "add"
        ],
        "path": "/home/node/products"
      },
      "id": "1",
      "name": "Local File Trigger",
      "type": "n8n-nodes-base.localFileTrigger",
      "typeVersion": 1,
      "position": [
        200,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://backend:8055/products/webhook/whop",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "type",
              "value": "product.created"
            },
            {
              "name": "data",
              "value": "={{ $json }}"
            }
          ]
        },
        "options": {}
      },
      "id": "2",
      "name": "Notify Backend Webhook",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.1,
      "position": [
        400,
        300
      ]
    },
    {
      "parameters": {
        "content": "### Product Distribution\nDetects new files in /products and alerts the backend to start packaging.",
        "height": 200,
        "width": 300
      },
      "id": "3",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        180,
        140
      ]
    }
  ],
  "connections": {
    "Local File Trigger": {
      "main": [
        [
          {
            "node": "Notify Backend Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": true,
  "settings": {
    "executionOrder": "v1"
  },
  "hash": "abc123industrialdistro",
  "id": "2"
}