{
  "name": "Transform RSS feeds into content with GPT-4o for Medium, LinkedIn & Instagram",
  "nodes": [
    {
      "id": "9555c563-50bc-4436-85c2-ccdb5f3e6eb1",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1824,
        448
      ]
    },
    {
      "id": "148255b0-ce9f-4405-801a-07016392b648",
      "name": "RSS Read",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        -1664,
        448
      ]
    },
    {
      "id": "bb39c72b-cdfa-42d4-965e-e8e7beefb42b",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        -1520,
        448
      ]
    },
    {
      "id": "34a251d2-8c03-4238-943e-8720f04c8827",
      "name": "Best Article finder",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -1168,
        352
      ]
    },
    {
      "id": "0b9a9c24-44f1-41c6-a410-02822552be45",
      "name": "Tone of voice content writer",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -224,
        448
      ]
    },
    {
      "id": "500541c4-a5b1-4478-adae-45e7dc4c547f",
      "name": "Send Content Confirmation1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        112,
        448
      ]
    },
    {
      "id": "f4b1a45e-5dca-4075-beea-f3c6c437deb8",
      "name": "Instagram & Linkedin Writer",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -224,
        752
      ]
    },
    {
      "id": "4081e060-c922-4f46-a218-35678e612a54",
      "name": "Send Content Confirmation",
      "type": "n8n-nodes-base.gmail",
      "position": [
        128,
        752
      ]
    },
    {
      "id": "638df899-1ccf-4c8e-8088-afc2dd83a28e",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1696,
        352
      ],
      "parameters": {
        "width": 464,
        "height": 288,
        "content": "# Collecting the news"
      }
    },
    {
      "id": "071816ae-8999-42b1-9979-f46a20365c88",
      "name": "group the news into 1 item",
      "type": "n8n-nodes-base.code",
      "position": [
        -1360,
        448
      ]
    },
    {
      "id": "5b1f10ad-0f0f-448b-bb8d-406cf34f1185",
      "name": "Find the urls the ai outputted",
      "type": "n8n-nodes-base.code",
      "position": [
        -624,
        448
      ]
    },
    {
      "id": "0a704f1d-c487-44fc-a4a6-2973de992521",
      "name": "All url's to 1 string",
      "type": "n8n-nodes-base.code",
      "position": [
        -432,
        448
      ]
    },
    {
      "id": "08664bf9-7b56-4c33-897e-76285e664224",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -480,
        240
      ],
      "parameters": {
        "width": 848,
        "height": 720,
        "content": "# Generate content based on the news for Medium, Linkedin & Instagram\n"
      }
    },
    {
      "id": "b5ec2230-dba8-417d-980c-417e6d4788e7",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1840,
        -176
      ],
      "parameters": {
        "width": 1984,
        "height": 352,
        "content": "# This automation is made by Codint\n\nHow to use this workflow?\n1. Update the RSS feed node, to a relevant news source \n2. Change the prompt in the Best article finder to tailor for you company. Do thi"
      }
    },
    {
      "id": "6adbd885-701a-4fde-82eb-b3ef528eaf35",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3200,
        304
      ],
      "parameters": {
        "width": 1296,
        "height": 416,
        "content": "# 📰 Related News to Content Marketing\n\nThis workflow collects news from an RSS feed, finds the best article, and generates shareable content for Medium, LinkedIn, and Instagram using OpenAI. Drafts ar"
      }
    },
    {
      "id": "33de8be9-86ec-4b50-9529-435bf4f182fe",
      "name": "4o-mini",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1072,
        768
      ]
    },
    {
      "id": "c7e77239-65b0-4286-bb25-f6516aac9739",
      "name": "4.1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -432,
        688
      ]
    },
    {
      "id": "489ccfa3-f539-4948-a50e-b02e55636cd8",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        -816,
        448
      ]
    }
  ],
  "connections": {
    "4.1": {
      "ai_languageModel": [
        [
          {
            "node": "Tone of voice content writer",
            "type": "ai_languageModel",
            "index": 0
          },
          {
            "node": "Instagram & Linkedin Writer",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Merge": {
      "main": [
        [
          {
            "node": "Find the urls the ai outputted",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4o-mini": {
      "ai_languageModel": [
        [
          {
            "node": "Best Article finder",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "RSS Read": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "group the news into 1 item",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "RSS Read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Best Article finder": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "All url's to 1 string": {
      "main": [
        [
          {
            "node": "Tone of voice content writer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Content Confirmation1": {
      "main": [
        [
          {
            "node": "Instagram & Linkedin Writer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "group the news into 1 item": {
      "main": [
        [
          {
            "node": "Best Article finder",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Instagram & Linkedin Writer": {
      "main": [
        [
          {
            "node": "Send Content Confirmation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Tone of voice content writer": {
      "main": [
        [
          {
            "node": "Send Content Confirmation1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Find the urls the ai outputted": {
      "main": [
        [
          {
            "node": "All url's to 1 string",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}