{
  "name": "Video Automation Pod Workflow",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "match": "all",
          "conditions": [
            {
              "leftValue": "={{$json[\"file\"][\"name\"]}}",
              "operation": "contains",
              "rightValue": "_rough_assembly"
            }
          ]
        }
      },
      "name": "Dropbox Trigger",
      "type": "n8n-nodes-base.dropboxTrigger",
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "agent": "video-content-manager"
      },
      "name": "Video Content Manager",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        500,
        300
      ]
    },
    {
      "parameters": {
        "agent": "thumbnail-specialist"
      },
      "name": "Thumbnail Specialist",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        750,
        200
      ]
    },
    {
      "parameters": {
        "agent": "seo-strategist"
      },
      "name": "SEO Strategist",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        750,
        400
      ]
    }
  ],
  "connections": {
    "Dropbox Trigger": {
      "main": [
        [
          {
            "node": "Video Content Manager",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Video Content Manager": {
      "main": [
        [
          {
            "node": "Thumbnail Specialist",
            "type": "main",
            "index": 0
          },
          {
            "node": "SEO Strategist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}