{
  "name": "Auto-generate Facebook posts from video insights using Dumpling AI + GPT-4o",
  "nodes": [
    {
      "id": "db55c7d2-85d7-4933-a8c6-8946a3772c2d",
      "name": "Trigger on New Video Upload",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        -1020,
        0
      ]
    },
    {
      "id": "4b9e7acf-794e-4938-9e11-532db5c15e34",
      "name": "Download Video File",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -800,
        0
      ]
    },
    {
      "id": "088c9db2-8a26-4555-9f45-0212170670ac",
      "name": "Convert Video to Base64",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        -580,
        0
      ]
    },
    {
      "id": "ad4f47e1-ec0a-4194-adce-3bc4be074353",
      "name": "Extract Key Insights with Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -360,
        0
      ]
    },
    {
      "id": "0c7cfd0f-0d99-410a-ac00-0d18926f1dba",
      "name": "Generate Facebook Post & Image Prompt",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -140,
        0
      ]
    },
    {
      "id": "c0e3ca61-c58f-410c-8d78-a20f368ba6a5",
      "name": "Generate AI Image with Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "9f6d375b-e2e7-4e2f-bab8-77fe1f803514",
      "name": "Save Post and Image URL to Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "7c08f7b1-5540-4a50-bfcb-c93d6ebf89fc",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        -320
      ],
      "parameters": {
        "width": 680,
        "height": 380,
        "content": "### 📌 Workflow Summary\n\nThis workflow listens to a specific Google Drive folder. When a new video is uploaded:\n\n1. It downloads the video file and converts it to base64.\n2. The base64 video is sent to"
      }
    }
  ],
  "connections": {
    "Download Video File": {
      "main": [
        [
          {
            "node": "Convert Video to Base64",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert Video to Base64": {
      "main": [
        [
          {
            "node": "Extract Key Insights with Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger on New Video Upload": {
      "main": [
        [
          {
            "node": "Download Video File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate AI Image with Dumpling AI": {
      "main": [
        [
          {
            "node": "Save Post and Image URL to Google Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Key Insights with Dumpling AI": {
      "main": [
        [
          {
            "node": "Generate Facebook Post & Image Prompt",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Facebook Post & Image Prompt": {
      "main": [
        [
          {
            "node": "Generate AI Image with Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}