Skip to main content

Web content to Telegram publisher with AI enhancement & image watermarking

Workflow preview

Workflow preview
100%
Web content to Telegram publisher with AI enhancement & image watermarking preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This n8n workflow automatically parses news articles from a webpage, enhances them with AI, and publishes them to a Telegram channel with a watermarked image. Unlike the RSS based setup, this wo...

Best for

  • Social Media automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.noop, n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.html, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.agent

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Web content to Telegram publisher with AI enhancement & image watermarking
Workflow name
Web content to Telegram publisher with AI enhancement & image watermarking

🤖 This n8n workflow automatically parses news articles from a webpage, enhances them with AI, and publishes them to a Telegram channel with a watermarked image.

Unlike the RSS-based setup, this workflow directly fetches and processes content from any specified webpage.


Use Cases

  • Automatically post new website articles to your Telegram channel.
  • Use AI to rewrite or summarize text for better readability.
  • Add branded watermarks to images and keep your channel visually consistent.

How It Works

  1. Schedule Trigger: Runs the workflow on a custom schedule.
  2. Fetch Web Page: Retrieves the HTML content of your chosen website.
  3. Extract Links: Parses article links from the HTML source.
  4. Check & Update Google Sheet: Skips already processed links and records new ones.
  5. Fetch & Clean Article: Retrieves, extracts, and formats the article text.
  6. AI Text Customization: Uses an AI agent to enhance the text.
  7. Image Watermarking: Fetches the article image and applies a watermark.
  8. Telegram Publishing: Posts the final image and AI-enhanced text to your channel.

Setup Steps

  • Google Sheet: Create and share a sheet to track processed links.
  • Web URL: Enter your target webpage in the HTTP Request node.
  • AI Agent: Choose a model and prompt for text customization (e.g., OpenRouter or Gemini).
  • Telegram Bot: Add your bot token and chat ID.
  • Run & Test: Execute once manually, then let it run on schedule.

Tips

  • AI usage may incur costs depending on the model provider.
  • Some AI models can be geo-restricted — check availability if you get “model not found.”
  • Customize watermark style (font, color, size) to match your branding.
  • Use Telegram Markdown for rich message formatting.

✅ Key Advantage: No RSS required — the workflow directly parses websites, enhances content with AI, and automates publishing to Telegram.

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 - No Operation, do nothing

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

Block 2 - Schedule Trigger

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

Block 3 - Fetch News Page

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

Block 4 - Extract Links from HTML

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

Block 5 - Clean and Trim Links

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Check: Should We Parse?

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

Block 7 - Open Article by Link

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

Block 8 - Extract Article Description

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

Block 9 - Clean and Trim Text

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Check Links in Google Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 11 - Update Google Sheet with Clean Links

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 12 - Text processing

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

Block 13 - Get Article Image

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

Block 14 - Send Post to Telegram

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

Block 15 - Sticky Note7

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

Block 16 - Sticky Note

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

Block 17 - Sticky Note1

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

Block 18 - Sticky Note2

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

Block 19 - Sticky Note3

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

Block 20 - Add Watermark Text to Image

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

Block 21 - OpenAI Chat Model

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

3. Summary Table

Workflow Web content to Telegram publisher with AI enhancement & image watermarking
Complexity advanced
Nodes 21
Categories Social Media, AI Chatbot
Author octik5
Published 09 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9441/9441.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 Web content to Telegram publisher with AI enhancement & image watermarking do?

This n8n workflow automatically parses news articles from a webpage, enhances them with AI, and publishes them to a Telegram channel with a watermarked image. Unlike the RSS based setup, this wo...

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 Social Media, AI Chatbot use case.