{
  "name": "Generate & publish professional COE blogs with Gemini AI and Google Drive",
  "nodes": [
    {
      "id": "4c22e1d9-5434-4379-8203-dafc55477785",
      "name": "Start Blog Request",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -240,
        20
      ]
    },
    {
      "id": "edd75bfd-3ed0-4762-9af2-4999e932417a",
      "name": "Create Blog Outline",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "746e1942-5957-4818-bc18-ca826d8e141f",
      "name": "Review & Fix Outline",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        380,
        0
      ]
    },
    {
      "id": "2789d385-27f7-4f58-858d-24c30a0a5433",
      "name": "Write Full Blog Post",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        740,
        0
      ]
    },
    {
      "id": "e4ec9f11-4916-4909-a74f-72b0e115c75a",
      "name": "AI Brain for Outline",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        0,
        260
      ]
    },
    {
      "id": "46336e25-b022-4e22-8989-2684a3aa7192",
      "name": "AI Brain for Review",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        380,
        260
      ]
    },
    {
      "id": "bda571d6-2350-4113-a400-56681468c826",
      "name": "AI Brain for Writing",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        740,
        260
      ]
    },
    {
      "id": "50a10fda-4239-4df2-951c-bd2f487e8ac8",
      "name": "Clean Up Text Format",
      "type": "n8n-nodes-base.code",
      "position": [
        1120,
        0
      ]
    },
    {
      "id": "6529009b-c80e-45d2-820a-c3dc2803884a",
      "name": "Save Blog to Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1340,
        0
      ]
    },
    {
      "id": "c1987b9d-16a7-4a52-9000-9cf05d5ae982",
      "name": "Email Blog to Stakeholder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1520,
        0
      ]
    },
    {
      "id": "35ab5ada-6f20-4d82-b4ba-638c6b6c10b5",
      "name": "Make Blog Public",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1740,
        0
      ]
    },
    {
      "id": "b32674b9-8d74-4109-9bc3-6c8c63b5940e",
      "name": "Send Blog Link to User",
      "type": "n8n-nodes-base.set",
      "position": [
        1540,
        340
      ]
    },
    {
      "id": "6ca8c24c-756d-4162-a317-7aa13f0b2346",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        -180
      ],
      "parameters": {
        "width": 580,
        "height": 560,
        "content": "## Start Blog Request, Create Blog Outline, AI Brain for Outline"
      }
    },
    {
      "id": "2a07768d-4fcc-4883-9548-273898d7242b",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        340,
        -180
      ],
      "parameters": {
        "width": 700,
        "height": 560,
        "content": "## Review & Fix Outline, Write Full Blog Post, AI Brain for Review, AI Brain for Writing"
      }
    },
    {
      "id": "24ffe927-2e78-4800-9b59-e1cc9661a4cf",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1080,
        -180
      ],
      "parameters": {
        "width": 860,
        "height": 680,
        "content": "## Clean Up Text Format, Save Blog to Google Drive, Email Blog to Stakeholder, Make Blog Public, Send Blog Link to User"
      }
    }
  ],
  "connections": {
    "Make Blog Public": {
      "main": [
        [
          {
            "node": "Send Blog Link to User",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start Blog Request": {
      "main": [
        [
          {
            "node": "Create Blog Outline",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Brain for Review": {
      "ai_languageModel": [
        [
          {
            "node": "Review & Fix Outline",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Create Blog Outline": {
      "main": [
        [
          {
            "node": "Review & Fix Outline",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Brain for Outline": {
      "ai_languageModel": [
        [
          {
            "node": "Create Blog Outline",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "AI Brain for Writing": {
      "ai_languageModel": [
        [
          {
            "node": "Write Full Blog Post",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Clean Up Text Format": {
      "main": [
        [
          {
            "node": "Save Blog to Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Review & Fix Outline": {
      "main": [
        [
          {
            "node": "Write Full Blog Post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Write Full Blog Post": {
      "main": [
        [
          {
            "node": "Clean Up Text Format",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Blog to Stakeholder": {
      "main": [
        [
          {
            "node": "Make Blog Public",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save Blog to Google Drive": {
      "main": [
        [
          {
            "node": "Email Blog to Stakeholder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}