{
  "name": "Generate and publish Instagram Reels with Gemini and Veo",
  "nodes": [
    {
      "id": "13b60faa-76f3-4187-bb4f-31b0d35aa67e",
      "name": "Schedule Reel Posting",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        224,
        272
      ]
    },
    {
      "id": "78a18cfd-ddb3-4e3e-918b-d054540e6a84",
      "name": "Workflow Configuration",
      "type": "n8n-nodes-base.set",
      "position": [
        448,
        272
      ]
    },
    {
      "id": "811cbf4b-04fd-46b3-b447-333dd082f50e",
      "name": "Generate Video Prompt",
      "type": "@n8n/n8n-nodes-langchain.googleGemini",
      "position": [
        672,
        272
      ]
    },
    {
      "id": "daf8aa14-018a-4956-8035-516c49b5e1a9",
      "name": "Generate Video with Veo",
      "type": "@n8n/n8n-nodes-langchain.googleGemini",
      "position": [
        1024,
        272
      ]
    },
    {
      "id": "c8cd9db7-2cdf-4512-855f-ed28d6b76eda",
      "name": "Publish to Instagram",
      "type": "@mookielianhd/n8n-nodes-instagram.instagram",
      "position": [
        1248,
        272
      ]
    },
    {
      "id": "646164a1-78c2-4b51-bedb-5f9d5a17cfd6",
      "name": "📋 Setup Guide & How It Works",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -416,
        -160
      ],
      "parameters": {
        "width": 520,
        "height": 1376,
        "content": "## 🎬 Automated Instagram Reel Generator\n\n### 📖 HOW IT WORKS\n\n**Flow Overview:**\n1. **Schedule Trigger** - Runs daily at 9 AM (customizable)\n2. **Workflow Configuration** - Defines video topic, caption"
      }
    }
  ],
  "connections": {
    "Generate Video Prompt": {
      "main": [
        [
          {
            "node": "Generate Video with Veo",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Reel Posting": {
      "main": [
        [
          {
            "node": "Workflow Configuration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Workflow Configuration": {
      "main": [
        [
          {
            "node": "Generate Video Prompt",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Video with Veo": {
      "main": [
        [
          {
            "node": "Publish to Instagram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}