🔓 Unlock all 10,000+ workflows & prompts free Join Newsletter →
✅ Full access unlocked — explore all 10,000 AI workflow and prompt templates Browse Templates →
Home n8n Workflow
January 22, 2026

WordPress + Telegram, local news posts published for you

Lisa Granqvist Partner Workflow Automation Expert

Posting local news sounds simple until you’re the one doing it. Find a story, write a summary, make an image, slap on branding, post it to WordPress, then copy it again for Telegram. Miss a step and you’ll notice later, usually when someone asks why the website has it but the channel doesn’t.

This WordPress Telegram automation hits social media managers first, but local publishers and small agency owners feel it too. The outcome is straightforward: fresh local stories become formatted posts with branded images, published on schedule, with confirmations so you know it actually went out.

This workflow runs every few hours, pulls relevant news, generates the copy and image, adds a watermark, publishes to WordPress and pushes the same story to Telegram (plus other channels). You’ll see what it replaces, what you need, and where people usually get stuck.

How This Automation Works

See how this solves the problem:

n8n Workflow Template: WordPress + Telegram, local news posts published for you

The Challenge: Consistent Local News Publishing Without Busywork

Local news moves fast, and your posting process usually doesn’t. You find a headline, then you rewrite it for your audience, then you scramble for an image that won’t look generic. After that comes the repetitive part: uploading media to WordPress, setting the featured image, formatting the post, then reformatting for Telegram. One small delay turns into “we’ll post it later,” and later becomes never. And honestly, the worst part is the mental load. You’re constantly tracking what got posted where, and you still don’t fully trust it.

It adds up fast. Here’s where it breaks down in real teams.

  • You end up rewriting the same story two or three times because WordPress and Telegram need different formatting.
  • Featured images get forgotten, or the wrong image gets used, so the website looks inconsistent.
  • Branding is uneven because watermarking is done “when there’s time,” which means it’s skipped on busy days.
  • You don’t get reliable confirmations, so someone has to double-check every channel anyway.

The Fix: AI-Generated Local Stories Posted to WordPress + Telegram

This n8n workflow turns your local-news posting process into a repeatable publishing loop. It starts on a schedule (every 4 hours), searches for the latest stories on a topic you set (the example is Sirajganj district), and then uses an AI agent to turn those stories into publishable content. If the workflow can’t find anything worth posting, it stops cleanly instead of pushing empty content. When it does find news, it generates an image, applies your watermark branding, uploads the media to WordPress, assigns it as the featured image, and publishes the entry. In parallel, it posts the same story and image to Telegram and other connected channels, then sends delivery confirmations so you’re not guessing.

The workflow kicks off on a timer, builds a topic-aware prompt, and gathers fresh stories via SerpAPI. From there, OpenAI generates both the written post and an image, then the image is watermarked and resized as needed before distribution. Finally, WordPress and Telegram receive the finished content, and you get a confirmation message (Telegram, email, and WhatsApp are supported in this build).

What Changes: Before vs. After

Real-World Impact

Say you publish 3 local stories per day and you post them in two places that actually matter: WordPress and Telegram. Manually, you might spend about 20 minutes per story on writing, formatting, image prep, uploading, and cross-posting, so roughly an hour a day. With this workflow, the “human time” is closer to 5 minutes to review what it generated and make quick edits when needed. The automation does the rest in the background on its 4-hour schedule, and you still get a confirmation message when it completes.

Requirements

  • n8n instance (try n8n Cloud free)
  • Self-hosting option if you prefer (Hostinger works well)
  • OpenAI for writing the post and generating images.
  • SerpAPI to find the latest relevant news.
  • WordPress credentials (create them in your WordPress admin or hosting panel).

Skill level: Intermediate. You’ll be connecting APIs, pasting keys, and testing posts in a safe environment before going live.

Need help implementing this? Talk to an automation expert (free 15-minute consultation).

The Workflow Flow

A scheduled run starts the whole thing. Every 4 hours, n8n kicks off and appends your topic (the example is a specific district) so the workflow stays focused and doesn’t drift into random headlines.

News is gathered and turned into a publishable draft. SerpAPI searches the web for fresh items, then the LangChain agent and OpenAI convert what it finds into a structured story you can actually post.

Image creation and branding happen automatically. OpenAI generates an image based on the story, then the workflow applies a watermark so every post carries your brand. If no news was found, the workflow branches and stops instead of publishing filler.

Publishing and confirmations come last. WordPress receives the post, the media is uploaded and set as the featured image, and Telegram receives the formatted message with the image. After the social posts are done (Discord and others can be included), the workflow sends confirmation messages via Telegram, email (Gmail), and WhatsApp (Rapiwa).

You can easily modify the topic and the posting destinations based on your needs. See the full implementation guide below for customization options.

Step-by-Step Implementation Guide

Step 1: Configure the Schedule Trigger

Set the workflow to run on a schedule so content is generated automatically.

  1. Add or open Scheduled Kickoff and configure the schedule you want.
  2. Connect Scheduled Kickoff to Append Topic to start the content pipeline.

Use a low-frequency schedule during testing to avoid publishing too many posts while validating the flow.

Step 2: Set Up Topic Input and Branching Logic

Define the topic inputs and decision logic that control whether the workflow pauses before generating prompts.

  1. Open Append Topic and add fields for the topic or seed content you want to use.
  2. Ensure Append Topic connects to Generate Targeted Content.
  3. Open Branch Decision and configure the condition that determines whether the workflow should pause.
  4. Verify Branch Decision connects to Pause Execution.

⚠️ Common Pitfall: Leaving Branch Decision unconfigured can cause the workflow to always pause or always skip the pause logic.

Step 3: Configure AI Content Generation and Prompting

Set up the AI agents and language models that generate the text content and image prompt.

  1. Open Generate Targeted Content and connect it to OpenAI Chat Engine as the language model.
  2. Open Compose Prompt and connect it to OpenAI Prompt Engine as the language model.
  3. Ensure SerpAPI Search is connected as an AI tool for Generate Targeted Content.
  4. Credential Required: Connect your OpenAI credentials in OpenAI Chat Engine and OpenAI Prompt Engine.
  5. Credential Required: Connect your SerpAPI credentials in Generate Targeted Content (the tool SerpAPI Search inherits credentials from its parent node).

OpenAI Chat Engine is connected as the language model for Generate Targeted Content — ensure credentials are added to OpenAI Chat Engine, not the agent node.

Step 4: Generate and Process Images

Create the image, apply branding, and prepare media for WordPress.

  1. Confirm Pause Execution connects to Compose Prompt, and Compose Prompt connects to Render Image.
  2. Open Render Image and configure the image generation settings to match your brand.
  3. Route Render Image into Apply Watermark to add a logo or overlay.
  4. After posting to WordPress, use Primary API RequestModify ImageUpload Media to WPAttach Media MetadataAssign Featured Image to finalize media assets.
  5. Credential Required: Add HTTP authentication or WordPress API credentials inside Upload Media to WP, Attach Media Metadata, Assign Featured Image, and Primary API Request if your WordPress site requires it.

⚠️ Common Pitfall: If WordPress blocks uploads, confirm the HTTP Request nodes include proper authentication and media endpoints.

Step 5: Configure Publishing to Social Channels (Parallel)

Publish the final image across multiple channels in parallel.

  1. From Apply Watermark, confirm outputs go to Publish WordPress Entry, Post Facebook Image, Post Telegram Image, LinkedIn Profile Image, LinkedIn Page Image, and Publish Discord Post in parallel.
  2. Publish WordPress Entry should be configured with your WordPress site and post settings.
  3. Post Facebook Image, Post Telegram Image, LinkedIn Profile Image, LinkedIn Page Image, and Publish Discord Post should be configured for each platform’s account and channel.
  4. Credential Required: Connect Facebook Graph API credentials in Post Facebook Image.
  5. Credential Required: Connect Telegram credentials in Post Telegram Image.
  6. Credential Required: Connect LinkedIn credentials in LinkedIn Profile Image and LinkedIn Page Image.
  7. Credential Required: Connect Discord credentials in Publish Discord Post.
  8. Credential Required: Connect WordPress credentials in Publish WordPress Entry.

Apply Watermark outputs to multiple nodes in parallel, so rate limits on social APIs can be hit quickly—consider throttling if needed.

Step 6: Configure Follow-Up Notifications (Parallel)

Send text updates and optional follow-up actions after the Discord post completes.

  1. Verify Publish Discord Post connects to No-Op Step.
  2. No-Op Step outputs to Rapiwa Action, Send Telegram Text, and Send Email Message in parallel.
  3. Configure Send Telegram Text with your target chat/channel and message format.
  4. Configure Send Email Message with recipients, subject, and body.
  5. Credential Required: Connect Rapiwa credentials in Rapiwa Action if required by your account.
  6. Credential Required: Connect Telegram credentials in Send Telegram Text.
  7. Credential Required: Connect Gmail credentials in Send Email Message.

Step 7: Test & Activate Your Workflow

Run a manual test to confirm the end-to-end content generation, posting, and notification flows.

  1. Click Execute Workflow and observe outputs from Append Topic to Generate Targeted Content and Compose Prompt.
  2. Confirm Render Image produces an image and Apply Watermark outputs to all social nodes.
  3. Verify WordPress receives the post and media via Publish WordPress Entry, Upload Media to WP, Attach Media Metadata, and Assign Featured Image.
  4. Check each social destination (Facebook, Telegram, LinkedIn, Discord) for a successful post.
  5. Once validated, toggle the workflow to Active to enable scheduled runs.
🔒

Unlock Full Step-by-Step Guide

Get the complete implementation guide + downloadable template

Watch Out For

  • WordPress credentials can expire or need specific permissions. If things break, check your WordPress Application Passwords (or your host’s security plugin settings) first.
  • If you’re using Wait nodes or external rendering, processing times vary. Bump up the wait duration if downstream nodes fail on empty responses.
  • Default prompts in AI nodes are generic. Add your brand voice early or you’ll be editing outputs forever.

Common Questions

How quickly can I implement this WordPress Telegram automation automation?

About an hour if your API accounts are ready.

Can non-technical teams implement this WordPress Telegram automation automation?

Yes, but someone needs to be comfortable connecting accounts and testing a few runs. No coding, just careful setup.

Is n8n free to use for this WordPress Telegram automation workflow?

Yes. n8n has a free self-hosted option and a free trial on n8n Cloud. Cloud plans start at $20/month for higher volume. You’ll also need to factor in OpenAI API costs (often a few dollars a month at low volume) and a SerpAPI plan for search requests.

Where can I host n8n to run this automation?

Two options: n8n Cloud (managed, easiest setup) or self-hosting on a VPS. For self-hosting, Hostinger VPS is affordable and handles n8n well. Self-hosting gives you unlimited executions but requires basic server management.

How do I adapt this WordPress Telegram automation solution to my specific challenges?

You can change the location/topic in the “Append Topic” setup so the news search matches your area. If you want different writing style, adjust the prompt used by the “Compose Prompt” and “OpenAI Chat Engine” parts, then test a few runs until it sounds like you. Common tweaks include shorter Telegram captions, adding a call-to-action, and turning off platforms you don’t use (for example, keep WordPress + Telegram and disable LinkedIn or Discord posting).

Why is my Telegram connection failing in this workflow?

Usually it’s the bot token or chat ID being wrong, or the bot not being an admin in the channel. Regenerate the Telegram Bot API token if needed, confirm the destination chat/channel ID, and check that your Telegram node in n8n is using the right credential. If you’re posting images, also make sure the workflow is passing a real binary file to Telegram, not a URL string.

What’s the capacity of this WordPress Telegram automation solution?

On n8n Cloud, capacity is tied to your monthly execution limit, and this workflow usually uses one execution per scheduled run (every 4 hours). Self-hosting removes execution caps, but your server still needs enough CPU and memory to handle image generation steps and API calls. If you keep it at the default schedule, most setups handle it easily; the bigger constraint is API rate limits from OpenAI, SerpAPI, and WordPress security rules.

Is this WordPress Telegram automation automation better than using Zapier or Make?

Often, yes. This workflow mixes branching logic (stop if there’s no news), multi-step media handling in WordPress (upload, metadata, featured image), and multi-channel posting with confirmations, which gets clunky fast in simpler builders. n8n also gives you the option to self-host, which matters when you’re running scheduled jobs all month. Zapier or Make can still be fine if you only need “send a message to Telegram when RSS updates” and nothing else. Talk to an automation expert if you want the fastest path for your exact stack.

Once this is running, publishing stops feeling like a daily scramble. The workflow handles the repeatable parts, and you get to focus on what’s worth your attention.

Need Help Setting This Up?

Our automation experts can build and customize this workflow for your specific needs. Free 15-minute consultation—no commitment required.

Lisa Granqvist

Workflow Automation Expert

Expert in workflow automation and no-code tools.

×

Use template

Get instant access to this n8n workflow Json file

💬
Get a free quote today!
Get a free quote today!

Tell us what you need and we'll get back to you within one working day.

Get a free quote today!
Get a free quote today!

Tell us what you need and we'll get back to you within one working day.

Launch login modal Launch register modal