{
  "name": "Organize & analyze creative assets with ScrapeGraphAI and Google Sheets dashboard",
  "nodes": [
    {
      "id": "9fb6f606-17ca-4f31-8990-dd91d7bd54d2",
      "name": "Asset Upload Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        656,
        96
      ]
    },
    {
      "id": "bc568554-0784-443e-b8ee-04d51f759e61",
      "name": "ScrapeGraphAI Asset Analyzer",
      "type": "n8n-nodes-scrapegraphai.scrapegraphAi",
      "position": [
        1056,
        96
      ]
    },
    {
      "id": "f7da27a9-91e0-479e-88a4-b0315c80683e",
      "name": "Tag Generator",
      "type": "n8n-nodes-base.code",
      "position": [
        1456,
        96
      ]
    },
    {
      "id": "57ed5ecc-ebd2-430e-a736-133cad217a21",
      "name": "Brand Compliance Checker",
      "type": "n8n-nodes-base.code",
      "position": [
        1856,
        96
      ]
    },
    {
      "id": "59b86ee2-3b44-41f0-bbc0-00cdafc5cfb6",
      "name": "Asset Organizer",
      "type": "n8n-nodes-base.code",
      "position": [
        2336,
        96
      ]
    },
    {
      "id": "1a4d79a6-f515-476b-9e63-fcc7a9776ab1",
      "name": "Creative Team Dashboard",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2784,
        96
      ]
    },
    {
      "id": "da437d8a-12eb-4cb1-9f6a-f3d781c5fff0",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        448,
        -304
      ],
      "parameters": {
        "width": 450,
        "height": 688,
        "content": "# Step 1: Asset Upload Trigger 📤\n\nWebhook trigger that activates when new creative assets are uploaded.\n\n## Configuration\n- Set up webhook endpoint for file uploads\n- Ensure asset_url is passed in the"
      }
    },
    {
      "id": "e1e55f60-37c0-4488-b406-72e025fe32fb",
      "name": "Sticky Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        896,
        -304
      ],
      "parameters": {
        "width": 450,
        "height": 688,
        "content": "# Step 2: ScrapeGraphAI Asset Analyzer 🤖\n\nUses AI to analyze the creative asset and extract detailed information.\n\n## Analysis Includes\n- Asset type identification\n- Color palette extraction\n- Content"
      }
    },
    {
      "id": "fd9f4d3b-37eb-4154-a175-2cd71c8a7f63",
      "name": "Sticky Note 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1344,
        -304
      ],
      "parameters": {
        "width": 402,
        "height": 688,
        "content": "# Step 3: Tag Generator 🏷️\n\nGenerates comprehensive tags based on asset analysis.\n\n## Tag Categories\n- Asset type tags\n- Color-based tags\n- Style and aesthetic tags\n- Usage context tags\n- Brand elemen"
      }
    },
    {
      "id": "8af1489e-36f9-4f5f-8876-f5bc07990302",
      "name": "Sticky Note 4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1744,
        -304
      ],
      "parameters": {
        "width": 450,
        "height": 688,
        "content": "# Step 4: Brand Compliance Checker ✅\n\nEvaluates asset compliance with brand guidelines.\n\n## Compliance Checks\n- Approved color usage\n- Required brand elements\n- File format compliance\n- Resolution sta"
      }
    },
    {
      "id": "1d519b5b-dc56-4cae-a6d1-b6116d031f4c",
      "name": "Sticky Note 5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2192,
        -304
      ],
      "parameters": {
        "width": 450,
        "height": 688,
        "content": "# Step 5: Asset Organizer 📁\n\nCreates organized folder structure and standardized naming.\n\n## Organization Features\n- Date-based folder structure\n- Asset type categorization\n- Usage context grouping\n- "
      }
    },
    {
      "id": "64f0c6d5-7f75-484c-a14d-f8d27a8631d2",
      "name": "Sticky Note 6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2640,
        -304
      ],
      "parameters": {
        "width": 450,
        "height": 688,
        "content": "# Step 6: Creative Team Dashboard 📊\n\nUpdates the team dashboard with organized asset information.\n\n## Dashboard Features\n- Asset inventory tracking\n- Compliance status monitoring\n- Tag and metadata ov"
      }
    }
  ],
  "connections": {
    "Tag Generator": {
      "main": [
        [
          {
            "node": "Brand Compliance Checker",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Asset Organizer": {
      "main": [
        [
          {
            "node": "Creative Team Dashboard",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Asset Upload Trigger": {
      "main": [
        [
          {
            "node": "ScrapeGraphAI Asset Analyzer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Brand Compliance Checker": {
      "main": [
        [
          {
            "node": "Asset Organizer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ScrapeGraphAI Asset Analyzer": {
      "main": [
        [
          {
            "node": "Tag Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}