AutomationFlowsAI & RAG › Generate and Publish Seo-optimized Blog Posts to Blogger with Openai & Dall-e

Generate and Publish Seo-optimized Blog Posts to Blogger with Openai & Dall-e

ByKhairul Muhtadin @khmuhtadin on n8n.io

This n8n workflow, BlogBlizt: Blogger Edition, automates the complete creation and publishing of long-form blog posts to Blogger, saving you hours of content creation time. Simply send a blog title via Telegram, and it generates comprehensive 10,000+ word articles with custom…

Event trigger★★★★☆ complexityAI-powered19 nodesOpenAIHTTP RequestTelegram TriggerTelegramChain LlmOutput Parser StructuredOpenAI Chat
AI & RAG Trigger: Event Nodes: 19 Complexity: ★★★★☆ AI nodes: yes Added:

This workflow corresponds to n8n.io template #4905 — we link there as the canonical source.

This workflow follows the Chainllm → HTTP Request recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "eXhBHiSdeLyGHFzS",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "name": "Blog Blitz: Blogger Edition",
  "tags": [],
  "nodes": [
    {
      "id": "0662e539-26b3-41ec-b8a9-d0660dec86cd",
      "name": "\ud83d\uddbc\ufe0f Generate Blog Image",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -460,
        620
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "84450a41-1377-42e5-a225-9cd96ecddbd1",
      "name": "\u2601\ufe0f Upload Image to Imgur",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -240,
        620
      ],
      "parameters": {},
      "typeVersion": 4.2,
      "alwaysOutputData": true
    },
    {
      "id": "dccb695c-ad43-49ca-8038-4ced549890c4",
      "name": "\t\ud83d\udfe2 Start: Telegram Input",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -820,
        -120
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "a5b36c49-f986-4157-96ca-fe109ddcc601",
      "name": "\t\ud83d\udce8 Notify: Title Received",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -600,
        -120
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "ab40a618-b920-4a9b-bcd6-1f36ad68f9a1",
      "name": "\ud83d\udd11 Get Blogger Profile",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -380,
        -120
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "11a280a5-9d8d-40e8-b6ec-b7c9b54c8ee3",
      "name": "\t\ud83e\udde0 Generate Blog Metadata",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -160,
        -120
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 1.6
    },
    {
      "id": "9b42b432-0e53-411d-bd79-a1996f60e5cc",
      "name": "\t\ud83d\udcc4 Extract Metadata Structure",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        0,
        100
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "887e93de-0902-4ee8-a8b8-3be11d3d3f9e",
      "name": "\ud83e\udde0 AI Model: Metadata Generator",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -160,
        100
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "25890b52-4833-4451-a9f8-bda9f476a38e",
      "name": "\t\u270d\ufe0f Write Full Blog Content",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        220,
        -120
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 1.6
    },
    {
      "id": "095d7031-cb99-459c-b070-dd7908bc3fd9",
      "name": "\ud83e\udde0 AI Model: Article Writer",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        220,
        100
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "e1cabb9d-311f-4df9-ad2a-0803af1e201f",
      "name": "\ud83d\udd17 Create Custom Blog Post URL",
      "type": "n8n-nodes-base.code",
      "position": [
        -680,
        620
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "c987917d-c8d7-4780-a1b7-82fa571e0547",
      "name": "\ud83e\uddf7 Embed Image in HTML",
      "type": "n8n-nodes-base.set",
      "position": [
        -20,
        620
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "9c4c580d-1447-4a5a-97ed-4928ed4fb1df",
      "name": "\t\ud83d\ude80 Publish Article to Blogger",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        300,
        620
      ],
      "parameters": {},
      "typeVersion": 4.2,
      "alwaysOutputData": true
    },
    {
      "id": "64f51b33-e518-472d-b849-505ccf69727a",
      "name": "\t\ud83d\udcec Send Blog Link to User",
      "type": "n8n-nodes-base.telegram",
      "position": [
        500,
        620
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "7726e17f-c786-4974-854e-722bf7c50b53",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1340,
        140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "1bd39260-ae6c-4703-a489-484762102487",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        -420
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "b7805d48-9d95-41be-bdac-28c4cf4b9780",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -520,
        260
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "759a7e5f-1b5e-4ec6-8d20-aca26d660b10",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        260
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "6208b35b-7721-4bf9-a49d-cfaf65d68344",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -920,
        -420
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "05f9cbde-9689-4207-9501-f3d2cfb6d958",
  "connections": {
    "\ud83d\udd11 Get Blogger Profile": {
      "main": [
        [
          {
            "node": "\t\ud83e\udde0 Generate Blog Metadata",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\ud83e\uddf7 Embed Image in HTML": {
      "main": [
        [
          {
            "node": "\t\ud83d\ude80 Publish Article to Blogger",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\t\ud83d\udfe2 Start: Telegram Input": {
      "main": [
        [
          {
            "node": "\t\ud83d\udce8 Notify: Title Received",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\ud83d\uddbc\ufe0f Generate Blog Image": {
      "main": [
        [
          {
            "node": "\u2601\ufe0f Upload Image to Imgur",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\t\ud83d\udce8 Notify: Title Received": {
      "main": [
        [
          {
            "node": "\ud83d\udd11 Get Blogger Profile",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\t\ud83e\udde0 Generate Blog Metadata": {
      "main": [
        [
          {
            "node": "\t\u270d\ufe0f Write Full Blog Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\u2601\ufe0f Upload Image to Imgur": {
      "main": [
        [
          {
            "node": "\ud83e\uddf7 Embed Image in HTML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\ud83e\udde0 AI Model: Article Writer": {
      "ai_languageModel": [
        [
          {
            "node": "\t\u270d\ufe0f Write Full Blog Content",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "\t\u270d\ufe0f Write Full Blog Content": {
      "main": [
        [
          {
            "node": "\ud83d\udd17 Create Custom Blog Post URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\t\ud83d\udcc4 Extract Metadata Structure": {
      "ai_outputParser": [
        [
          {
            "node": "\t\ud83e\udde0 Generate Blog Metadata",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "\t\ud83d\ude80 Publish Article to Blogger": {
      "main": [
        [
          {
            "node": "\t\ud83d\udcec Send Blog Link to User",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\ud83d\udd17 Create Custom Blog Post URL": {
      "main": [
        [
          {
            "node": "\ud83d\uddbc\ufe0f Generate Blog Image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\ud83e\udde0 AI Model: Metadata Generator": {
      "ai_languageModel": [
        [
          {
            "node": "\t\ud83e\udde0 Generate Blog Metadata",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This n8n workflow, BlogBlizt: Blogger Edition, automates the complete creation and publishing of long-form blog posts to Blogger, saving you hours of content creation time. Simply send a blog title via Telegram, and it generates comprehensive 10,000+ word articles with custom…

Source: https://n8n.io/workflows/4905/ — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

Generate AI viral videos with NanoBanana & VEO3, shared on socials via Blotato 2. Uses @blotato/n8n-nodes-blotato, googleSheets, lmChatOpenAi, toolThink. Event-driven trigger; 94 nodes.

@Blotato/N8N Nodes Blotato, Google Sheets, OpenAI Chat +9
AI & RAG

Digital marketers, content creators, social media managers, and businesses who want to use AI marketing automation for YouTube Shorts without spending hours on production. This AI workflow helps anyon

OpenAI, HTTP Request, OpenAI Chat +7
AI & RAG

This template is designed for marketers, content creators, and e-commerce brands who want to automate the creation of professional ad videos at scale. It’s ideal for teams looking to generate consiste

Telegram, Telegram Trigger, Google Drive +8
AI & RAG

This automation is designed to help you generate AI-powered music tracks, cover art, and fully rendered music videos — all triggered from a simple Telegram chat and managed via Google Sheets.

OpenAI Chat, Memory Buffer Window, Output Parser Structured +11
AI & RAG

📄 Documentation: Notion Guide

Telegram Trigger, HTTP Request, Agent +8