{
  "name": "Repurpose blog articles into social media posts with Google Gemini AI",
  "nodes": [
    {
      "id": "sticky-overview",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -400,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "sticky-section1",
      "name": "Step 1 - Trigger & Config",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "sticky-section2",
      "name": "Step 2 - Fetch & Generate",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        660,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "sticky-section3",
      "name": "Step 3 - Format & Respond",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1180,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "webhook-trigger",
      "name": "Receive Blog URL",
      "type": "n8n-nodes-base.webhook",
      "position": [
        180,
        160
      ]
    },
    {
      "id": "config-node",
      "name": "Config",
      "type": "n8n-nodes-base.set",
      "position": [
        400,
        160
      ]
    },
    {
      "id": "fetch-article",
      "name": "Fetch Blog Article",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        700,
        160
      ]
    },
    {
      "id": "generate-posts",
      "name": "Generate Social Posts",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        920,
        160
      ]
    },
    {
      "id": "gemini-model",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        920,
        400
      ]
    },
    {
      "id": "format-output",
      "name": "Format Social Media Output",
      "type": "n8n-nodes-base.code",
      "position": [
        1220,
        160
      ]
    },
    {
      "id": "respond-webhook",
      "name": "Return Generated Content",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1440,
        160
      ]
    }
  ],
  "connections": {
    "Config": {
      "main": [
        [
          {
            "node": "Fetch Blog Article",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Blog URL": {
      "main": [
        [
          {
            "node": "Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Blog Article": {
      "main": [
        [
          {
            "node": "Generate Social Posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Social Posts": {
      "main": [
        [
          {
            "node": "Format Social Media Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Generate Social Posts",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Format Social Media Output": {
      "main": [
        [
          {
            "node": "Return Generated Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}