Create WordPress posts from Reddit content via Telegram bot and Perplexity

Go to Workflow
0 views
Built by Kshitij Matta Kshitij Matta
Created on June 11, 2026

Description

Create unlimited content from Reddit with just one click.

How it works :

Schedule Trigger: Schedule Trigger fires on the selected day/time.

Fetching Reddit Posts: The Reddit node fetches new posts from the communities.

Article Idea Generation: An AI agent converts Reddit post titles into article topics.

Sending Article Ideas via Telegram Bot: A list of topics on which articles can be created is sent.

Article Creation: If an article is approved, AI Agents create a title, SEO optimized content, and a slug for the post.

Post Creation: Post is created with a created title, content, and slug on WordPress.

Setup Steps (25 Minutes) :

Set up the Reddit API and add its credentials to n8n.
Set up a Telegram bot via Botfather and add credentials to n8n.
Set up Data Tables with columns specified in workflow notes
Set up WordPress API and add its credentials to n8n.
Set up Perplexity API, and its credentials to n8n

Requirements :

WordPress API: Website with WordPress API enabled to create articles

Reddit API: A Reddit account with API access

Telegram Bot: A Telegram bot to receive and approve article ideas

Perplexity API: Perplexity API to research information about the article topic

Nodes Used (7)

AI Agent
@n8n/n8n-nodes-langchain.agent
Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Google Gemini Chat Model
@n8n/n8n-nodes-langchain.lmChatGoogleGemini
Perplexity
n8n-nodes-base.perplexity
Reddit
n8n-nodes-base.reddit
Telegram
n8n-nodes-base.telegram
Wordpress
n8n-nodes-base.wordpress