{
  "name": "Turn YouTube RSS videos into social posts with Dumpling AI and Airtable",
  "nodes": [
    {
      "id": "9f1aae06-32fd-4880-a960-67b322d6ff47",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1900,
        -1100
      ],
      "parameters": {
        "width": 880,
        "height": 800,
        "content": "## 🎯 Goal\nRepurpose YouTube videos to social media posts with RSS, Dumpling AI, Airtable\n\n---\n\n## 🔄 Workflow Steps\n\n### 1. RSS Trigger\n- Triggers when a new video appears in the YouTube feed.\n\n### 2. "
      }
    },
    {
      "id": "ef41e143-4f0b-4ec1-9725-970b76b86bf6",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -260,
        -1160
      ],
      "parameters": {
        "width": 900,
        "height": 680,
        "content": "### 🖼️ Generate & Upload Platform-Specific Content\n\nEach branch in this section handles one platform (Instagram, Facebook, or LinkedIn). Here's how they work:\n\n1. **AI Image Generation (Dumpling AI)**"
      }
    },
    {
      "id": "3c276ae5-2805-4798-bf58-9ba30be10af8",
      "name": "Get YouTube Transcript",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -900,
        -520
      ]
    },
    {
      "id": "fc352059-0027-4727-9836-0b4ee7761aa4",
      "name": "Generate Social Posts + Image Prompts",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -680,
        -520
      ]
    },
    {
      "id": "2fd29a20-e47e-4d4b-88c3-92b9fcee53e7",
      "name": "Structure Posts & Prompts by Platform",
      "type": "n8n-nodes-base.set",
      "position": [
        -300,
        -520
      ]
    },
    {
      "id": "2a911a93-4295-45bd-817d-6ab90a8a9d53",
      "name": "Generate Instagram Image",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -80,
        -720
      ]
    },
    {
      "id": "858ffccc-d16d-4706-82db-a8cdc50c814e",
      "name": "Generate Facebook Image",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -80,
        -520
      ]
    },
    {
      "id": "cc8795e2-ceed-4bc1-ab87-2855fbc05001",
      "name": "Generate LinkedIn Image (Dumpling AI)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -80,
        -320
      ]
    },
    {
      "id": "4952fae2-452b-4ef9-91fe-99cc32257f6d",
      "name": "Upload Instagram Image to Airtable",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        360,
        -720
      ]
    },
    {
      "id": "f9e19874-d41d-46fd-b5b6-56f38c10ec00",
      "name": "Upload Facebook Image to Airtable",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        360,
        -520
      ]
    },
    {
      "id": "d20478e3-cdcb-46da-ad16-6b37e45dfb31",
      "name": "Upload LinkedIn Image to Airtable",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        360,
        -320
      ]
    },
    {
      "id": "56ecd56e-29c2-400b-8d54-b3cf43550fe6",
      "name": "Save Instagram Caption to Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        140,
        -720
      ]
    },
    {
      "id": "6159ec29-6cd6-42fe-8ed7-b21c1d51052a",
      "name": "Save Facebook Caption to Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        140,
        -520
      ]
    },
    {
      "id": "ee533597-a43d-42e9-88a2-1516cb23561c",
      "name": "Save LinkedIn Caption to Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        140,
        -320
      ]
    },
    {
      "id": "6b7d7bc3-796a-4da4-a204-a96bae305507",
      "name": "Get YouTube Uploads",
      "type": "n8n-nodes-base.rssFeedReadTrigger",
      "position": [
        -1180,
        -520
      ]
    }
  ],
  "connections": {
    "Get YouTube Uploads": {
      "main": [
        [
          {
            "node": "Get YouTube Transcript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get YouTube Transcript": {
      "main": [
        [
          {
            "node": "Generate Social Posts + Image Prompts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Facebook Image": {
      "main": [
        [
          {
            "node": "Save Facebook Caption to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Instagram Image": {
      "main": [
        [
          {
            "node": "Save Instagram Caption to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save Facebook Caption to Airtable": {
      "main": [
        [
          {
            "node": "Upload Facebook Image to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save LinkedIn Caption to Airtable": {
      "main": [
        [
          {
            "node": "Upload LinkedIn Image to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save Instagram Caption to Airtable": {
      "main": [
        [
          {
            "node": "Upload Instagram Image to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload Instagram Image to Airtable": {
      "main": [
        []
      ]
    },
    "Generate LinkedIn Image (Dumpling AI)": {
      "main": [
        [
          {
            "node": "Save LinkedIn Caption to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Social Posts + Image Prompts": {
      "main": [
        [
          {
            "node": "Structure Posts & Prompts by Platform",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structure Posts & Prompts by Platform": {
      "main": [
        [
          {
            "node": "Generate Facebook Image",
            "type": "main",
            "index": 0
          },
          {
            "node": "Generate Instagram Image",
            "type": "main",
            "index": 0
          },
          {
            "node": "Generate LinkedIn Image (Dumpling AI)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}