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 fetc...
Template notes
🤖 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.
---