Skip to main content

AI Telegram-to-WordPress publishing with GPT-4 & media handling

Workflow preview

Workflow preview
100%
AI Telegram-to-WordPress publishing with GPT-4 & media handling preview
Open on n8n.io

Important notice

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

1. Workflow Overview

AI powered automation that rewrites, enhances, and publishes Telegram RSS content directly to your WordPress news site, including image/video upload and category mapping. Who’s it for This workflow...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.merge, n8n-nodes-base.splitinbatches, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.httprequest, n8n-nodes-base.switch

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
AI Telegram-to-WordPress publishing with GPT-4 & media handling
Workflow name
AI Telegram-to-WordPress publishing with GPT-4 & media handling

AI-powered automation that rewrites, enhances, and publishes Telegram RSS content directly to your WordPress news site, including image/video upload and category mapping.

Who’s it for

This workflow is designed for content creators, news publishers, and social media managers who share updates on Telegram and want to automatically republish them as formatted articles on WordPress. It’s ideal for news portals, agencies, or blogs that manage content across multiple channels.

Features

  • Multi-Channel Telegram RSS Monitoring
  • Automatic Category Assignment
  • Duplicate Prevention System (GUID Matching)
  • Media Download + Type Detection (Image / Video)
  • Full AI Article Rewriting (GPT-4O) -- Stage 1: Full rewrite with structure -- Stage 2: Context enhancement
  • Media Handling Logic
  • WordPress Publish

How it works / What it does

  • Fetches new posts from a Telegram channel feed (via RSS).
  • Uses OpenAI to rewrite the text into a polished news-style article.
  • Detects whether the content includes images or videos and downloads them.
  • Uploads the media to WordPress and links it to the post.
  • Automatically publishes the formatted article to WordPress with the correct category and excerpt.

Set up steps

  • Setup takes around 10–15 minutes.
  • You’ll need API keys for OpenAI and WordPress Application Passwords.
  • Add your Telegram RSS feed URL and WordPress site URL in the relevant nodes.
  • (Optional) Adjust tone or rewrite style in the OpenAI node and category mapping in the Switch node.
  • All configuration details are included in sticky notes inside the workflow.

Requirements

  • WordPress site with REST API access and Application Password
  • OpenAI API key
  • Telegram channels RSS URL

How to customize the workflow

You can easily adjust the writing style in the OpenAI node, change categories in the Switch node, or schedule how often the workflow checks Telegram for new posts.

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note4

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

Block 5 - Sticky Note3

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

Block 6 - Assign Category - Actualitate

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Assign Category - Externe

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Assign Category - Interne

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 9 - Assign Category - Interne1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Get Category ID & Guid

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Merge1

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

Block 12 - Loop Over Items

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

Block 13 - Assign Category - Interne2

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - If news exists

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

Block 15 - Message a model5

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

Block 16 - Edit Fields7

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 17 - Message a model7

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

Block 18 - Merge5

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

Block 19 - HTTP Request4

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 20 - HTTP Request5

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 21 - HTTP Request6

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 22 - Switch1

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.3

Block 23 - HTTP Request7

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 24 - Merge3

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

Showing the first 24 of 49 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow AI Telegram-to-WordPress publishing with GPT-4 & media handling
Complexity advanced
Nodes 49
Categories Content Creation, Multimodal AI
Author Alexandru Burca
Published 10 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10671/10671.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 AI Telegram-to-WordPress publishing with GPT-4 & media handling do?

AI powered automation that rewrites, enhances, and publishes Telegram RSS content directly to your WordPress news site, including image/video upload and category mapping. Who’s it for This workflow...

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.