{
  "name": "Auto-curate & post LinkedIn company page using RSS + Gemini AI + Templated.io",
  "nodes": [
    {
      "id": null,
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -496,
        -360
      ],
      "parameters": {
        "width": 384,
        "height": 704,
        "content": "## 🧠 Workflow Overview  \n\nThis workflow automatically curates articles from an RSS feed and turns them into short, ready-to-post LinkedIn updates using **Gemini AI**.\n\n### 🔁 What it does  \n- Fetches f"
      }
    },
    {
      "id": null,
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        208,
        176
      ],
      "parameters": {
        "width": 464,
        "height": 80,
        "content": "## Curator\nRSS Read curates articles and sends to Article Finder"
      }
    },
    {
      "id": null,
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1264,
        16
      ],
      "parameters": {
        "width": 464,
        "height": 80,
        "content": "## Creator & Optimizer\nCreates Content & Optimizes"
      }
    },
    {
      "id": null,
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2176,
        160
      ],
      "parameters": {
        "width": 464,
        "height": 80,
        "content": "## Designer & Poster\nCreates Design & Posts on LinkedIn"
      }
    },
    {
      "id": null,
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        300
      ]
    },
    {
      "id": null,
      "name": "RSS Read",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        224,
        300
      ]
    },
    {
      "id": null,
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        448,
        300
      ]
    },
    {
      "id": null,
      "name": "group the news into 1 item",
      "type": "n8n-nodes-base.code",
      "position": [
        672,
        300
      ]
    },
    {
      "id": null,
      "name": "Best Article finder",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        896,
        300
      ]
    },
    {
      "id": null,
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        968,
        524
      ]
    },
    {
      "id": null,
      "name": "Google Gemini Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1320,
        400
      ]
    },
    {
      "id": null,
      "name": "Content Creator",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1248,
        176
      ]
    },
    {
      "id": null,
      "name": "Post optimizer",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1600,
        176
      ]
    },
    {
      "id": null,
      "name": "Google Gemini Chat Model2",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1608,
        400
      ]
    },
    {
      "id": null,
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        1736,
        400
      ]
    },
    {
      "id": null,
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        1952,
        300
      ]
    },
    {
      "id": null,
      "name": "Templated",
      "type": "n8n-nodes-templated.templated",
      "position": [
        2176,
        300
      ]
    },
    {
      "id": null,
      "name": "Create a post",
      "type": "n8n-nodes-base.linkedIn",
      "position": [
        2624,
        300
      ]
    },
    {
      "id": null,
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2400,
        300
      ]
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Templated",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Best Article finder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS Read": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "group the news into 1 item",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Templated": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Create a post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Post optimizer": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Content Creator": {
      "main": [
        [
          {
            "node": "Post optimizer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "RSS Read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Best Article finder": {
      "main": [
        [
          {
            "node": "Content Creator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Best Article finder",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Post optimizer",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "Content Creator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model2": {
      "ai_languageModel": [
        [
          {
            "node": "Post optimizer",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "group the news into 1 item": {
      "main": [
        [
          {
            "node": "Best Article finder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}