{
  "name": "Seo blog publishing for Jekyll with GPT-4, GitHub & social sharing",
  "nodes": [
    {
      "id": "5efad78c-f4ea-490e-83c9-9c8c34eaeb21",
      "name": "Start",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1740,
        420
      ]
    },
    {
      "id": "884e4291-6483-4865-a1c4-35e0d466cfab",
      "name": "Read CSV",
      "type": "n8n-nodes-base.readBinaryFile",
      "position": [
        -1480,
        460
      ]
    },
    {
      "id": "bfddf1ce-7d31-4cca-b249-be0ffbc2978c",
      "name": "Split In Batches",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -1080,
        440
      ]
    },
    {
      "id": "53a35d7c-b210-4b27-82e4-61fe7eba9bf4",
      "name": "Wait Until Publish",
      "type": "n8n-nodes-base.wait",
      "position": [
        -220,
        -180
      ]
    },
    {
      "id": "d885e9ab-0f9c-46c2-af27-914628718365",
      "name": "Commit Markdown",
      "type": "n8n-nodes-base.github",
      "position": [
        -100,
        360
      ]
    },
    {
      "id": "78d9ca4f-392d-47f6-98c1-b5b2a671c736",
      "name": "Post on X",
      "type": "n8n-nodes-base.twitter",
      "position": [
        160,
        -220
      ]
    },
    {
      "id": "319bd723-ff2c-40ca-9519-b38107323b49",
      "name": "Post on LinkedIn",
      "type": "n8n-nodes-base.linkedIn",
      "position": [
        340,
        200
      ]
    },
    {
      "id": "7e6d5cac-befd-4cb6-8564-b4268e9dd04e",
      "name": "Extract from File",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        -1260,
        -40
      ]
    },
    {
      "id": "f72b0e71-92bb-4eb5-ad18-5c5abecd3699",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -980,
        -100
      ],
      "parameters": {
        "width": 420,
        "height": 440,
        "content": "## Write SEO Optimized Blog Post\n\n\n"
      }
    },
    {
      "id": "49cfd514-17d0-467b-b658-7a1cc64fffc2",
      "name": "Copywriter AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -900,
        0
      ]
    },
    {
      "id": "16b047d2-0d4d-4fa7-a4f9-9b65025d51f0",
      "name": "gpt-4o-mini",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -900,
        200
      ]
    },
    {
      "id": "27288133-400d-4957-b7d2-b1ee2260c12a",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        -400,
        20
      ]
    },
    {
      "id": "a7816b95-b5a0-44b6-af54-a90177524f7e",
      "name": "Remove the processed csv line",
      "type": "n8n-nodes-base.code",
      "position": [
        -840,
        500
      ]
    },
    {
      "id": "39814681-6340-4b30-a4b9-14bc8298243f",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1660,
        -180
      ]
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Wait Until Publish",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start": {
      "main": [
        [
          {
            "node": "Read CSV",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read CSV": {
      "main": [
        [
          {
            "node": "Extract from File",
            "type": "main",
            "index": 0
          },
          {
            "node": "Remove the processed csv line",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Post on X": {
      "main": [
        [
          {
            "node": "Post on LinkedIn",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "gpt-4o-mini": {
      "ai_languageModel": [
        [
          {
            "node": "Copywriter AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Commit Markdown": {
      "main": [
        [
          {
            "node": "Post on X",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Read CSV",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split In Batches": {
      "main": [
        [
          {
            "node": "Copywriter AI Agent",
            "type": "main",
            "index": 0
          },
          {
            "node": "Remove the processed csv line",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract from File": {
      "main": [
        [
          {
            "node": "Split In Batches",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait Until Publish": {
      "main": [
        [
          {
            "node": "Commit Markdown",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Copywriter AI Agent": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Remove the processed csv line": {
      "main": [
        []
      ]
    }
  }
}