{
  "name": "Generate social media content from video transcripts with Gemini AI & Airtable",
  "nodes": [
    {
      "id": "f89ac601-2c24-4914-8751-462461409176",
      "name": "Workflow Documentation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1600,
        1440
      ],
      "parameters": {
        "width": 2380,
        "height": 940,
        "content": "# 🎬 Social Media Content Generator\n\n## Workflow Overview\nAutomated social media content creation from video transcripts\n\n### 🎯 Trigger: Airtable Webhook\n- **Action**: Receives webhook from Airtable au"
      }
    },
    {
      "id": "3c1f7995-61a8-4226-9c02-d9f0ef3e7ee4",
      "name": "1. Get Record Data",
      "type": "n8n-nodes-base.airtable",
      "position": [
        -660,
        1820
      ]
    },
    {
      "id": "c6b1a630-21dc-49fe-9d65-cbfe4190b45f",
      "name": "🎯 Webhook Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -1200,
        1820
      ]
    },
    {
      "id": "8999fd3b-46ac-46ad-b2cc-8b83ded00d1b",
      "name": "🤖 AI Content Generator",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -240,
        1500
      ]
    },
    {
      "id": "0dfcc615-b508-4e81-b26e-95166c385684",
      "name": "🧠 Gemini Pro Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        -240,
        1700
      ]
    },
    {
      "id": "8accb94b-91f3-475b-be24-06594b07d10f",
      "name": "📋 JSON Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        -100,
        1680
      ]
    },
    {
      "id": "03e0cd3b-4361-4187-8208-444cd7319b9f",
      "name": "⚡ Gemini Flash Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        0,
        1880
      ]
    },
    {
      "id": "3ff5fd27-8ef2-4ceb-ba97-3729dc660ab8",
      "name": "4. Save Social Media Content",
      "type": "n8n-nodes-base.airtable",
      "position": [
        280,
        1660
      ]
    },
    {
      "id": "2496b517-1089-4148-b71c-38b73e6a4595",
      "name": "2. Create Project Folder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -80,
        2060
      ]
    },
    {
      "id": "1a44f115-c71f-432d-8b66-14b73ed3793b",
      "name": "5. Link Folder to Record",
      "type": "n8n-nodes-base.airtable",
      "position": [
        280,
        2060
      ]
    },
    {
      "id": "ddd7761d-a3ec-4eec-a3c7-0ec40ce19410",
      "name": "6. Save Transcript File",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        500,
        2060
      ]
    },
    {
      "id": "2bf07f12-8fe5-40a7-9591-0aaeddf6302d",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1180,
        2020
      ]
    },
    {
      "id": "c4da570d-cc6c-4659-8ce0-9b88f47961a2",
      "name": "Edit Fields1",
      "type": "n8n-nodes-base.set",
      "position": [
        -960,
        2020
      ]
    },
    {
      "id": "782c693e-52ab-4e0c-9096-76df4fe72e40",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -760,
        1200
      ],
      "parameters": {
        "width": 780,
        "height": 220,
        "content": "## Netkreatives : Ai powered growth and productivity\n*Follow me on :\n🐦 Twitter/X: https://x.com/netkreatives\n💼 LinkedIn: https://www.linkedin.com/company/netkreatives\n📺 YouTube: https://www.youtube.co"
      }
    }
  ],
  "connections": {
    "Edit Fields1": {
      "main": [
        []
      ]
    },
    "1. Get Record Data": {
      "main": [
        [
          {
            "node": "2. Create Project Folder",
            "type": "main",
            "index": 0
          },
          {
            "node": "🤖 AI Content Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🎯 Webhook Trigger": {
      "main": [
        [
          {
            "node": "1. Get Record Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🧠 Gemini Pro Model": {
      "ai_languageModel": [
        [
          {
            "node": "🤖 AI Content Generator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "⚡ Gemini Flash Model": {
      "ai_languageModel": [
        [
          {
            "node": "📋 JSON Output Parser",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "📋 JSON Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "🤖 AI Content Generator",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "2. Create Project Folder": {
      "main": [
        [
          {
            "node": "5. Link Folder to Record",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5. Link Folder to Record": {
      "main": [
        [
          {
            "node": "6. Save Transcript File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🤖 AI Content Generator": {
      "main": [
        [
          {
            "node": "4. Save Social Media Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Edit Fields1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}