Skip to main content

Seo blog generator with GPT-4o, Perplexity, and Telegram integration

Workflow preview

Workflow preview
100%
Seo blog generator with GPT-4o, Perplexity, and Telegram integration preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

SEO Blog Generator with GPT 4o, Perplexity, and Telegram Integration This workflow helps you automatically generate SEO optimized blog posts using Perplexity.ai , OpenAI GPT 4o , and optionally Tel...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.merge, n8n-nodes-base.formtrigger, n8n-nodes-base.aggregate, @n8n/n8n-nodes-langchain.toolworkflow

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by HoangSP.

Original n8n.io source

1.1 Workflow description

Title
Seo blog generator with GPT-4o, Perplexity, and Telegram integration
Workflow name
Seo blog generator with GPT-4o, Perplexity, and Telegram integration

SEO Blog Generator with GPT-4o, Perplexity, and Telegram Integration

This workflow helps you automatically generate SEO-optimized blog posts using Perplexity.ai, OpenAI GPT-4o, and optionally Telegram for interaction.


πŸš€ Features

  • 🧠 Topic research via Perplexity sub-workflow
  • ✍️ AI-written blog post generated with GPT-4o
  • πŸ“Š Structured output with metadata: title, slug, meta description
  • πŸ“© Integration with Telegram to trigger workflows or receive outputs (optional)

βš™οΈ Requirements

  • βœ… OpenAI API Key (GPT-4o or GPT-3.5)
  • βœ… Perplexity API Key (with access to /chat/completions)
  • βœ… (Optional) Telegram Bot Token and webhook setup

πŸ›  Setup Instructions

  1. Credentials:

    • Add your OpenAI credentials (openAiApi)
    • Add your Perplexity credentials under httpHeaderAuth
    • Optional: Setup Telegram credentials under telegramApi
  2. Inputs:

    • Use the Form Trigger or Telegram input node to send a Research Query
  3. Subworkflow:

    • Make sure to import and activate the subworkflow Perplexity_Searcher to fetch recent search results
  4. Customization:

    • Edit prompt texts inside the Blog Content Generator and Metadata Generator to change writing style or target industry
    • Add or remove output nodes like Google Sheets, Notion, etc.

πŸ“¦ Output Format

The final blog post includes:

  • βœ… Blog content (1500-2000 words)
  • βœ… Metadata: title, slug, and meta description
  • βœ… Extracted summary in JSON
  • βœ… Delivered to Telegram (if connected)

Need help? Reach out on the n8n community forum

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 3 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 4 - Metadata Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 5 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 6 - Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 8 - Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Blog Content Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 10 - Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - gpt-4o-mini

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 12 - Combine Blog Details

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 13 - Perplexity_Searcher

Type / Role
@n8n/n8n-nodes-langchain.toolWorkflow - toolWorkflow
Config choices
Version 2.1

Block 14 - Tele HoangSP_Social_Media

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1.1

Block 15 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 16 - OpenAI Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 17 - AI Agent1

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 18 - OpenAI Chat Model2

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 19 - Metadata Extractor

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 20 - Telegram

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 21 - Simple Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 22 - Simple Memory1

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

3. Summary Table

Workflow Seo blog generator with GPT-4o, Perplexity, and Telegram integration
Complexity advanced
Nodes 22
Categories Content Creation, Multimodal AI
Author HoangSP
Published 23 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3672/3672.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Seo blog generator with GPT-4o, Perplexity, and Telegram integration do?

SEO Blog Generator with GPT 4o, Perplexity, and Telegram Integration This workflow helps you automatically generate SEO optimized blog posts using Perplexity.ai , OpenAI GPT 4o , and optionally Tel...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.