Block 1 - Reddit URL Input
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.5
Reddit Thread → AI Powered X & LinkedIn Posts with Human Approval Gate Turn any Reddit thread into polished, platform optimized social media posts for X (Twitter) and LinkedIn in minutes, not hours...
n8n-nodes-base.formtrigger, n8n-nodes-base.code, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.if, n8n-nodes-base.linkedin, n8n-nodes-base.set, n8n-nodes-base.twitter
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by AppStoneLab Technologies LLP.
Original n8n.io sourceTurn any Reddit thread into polished, platform-optimized social media posts for X (Twitter) and LinkedIn - in minutes, not hours. This workflow reads a Reddit thread, extracts the full discussion (including nested comment threads sorted by score), feeds everything to Google Gemini for summarization and post generation, then pauses for your review before publishing anything live.
No accidental posts. No context lost. Just high-quality content, on your terms.
m.reddit.com), and short redd.it links all workThis workflow solves a real content creation bottleneck: Reddit threads are goldmines of community insight, niche expertise, and trending discussions - but turning that raw discussion into polished, platform-appropriate social posts takes significant manual effort.
This automation handles the entire pipeline: from a raw URL to live posts on two platforms, with you staying in full control via an approval gate. It's ideal for content marketers, community managers, indie hackers, developers, and newsletter writers who want to repurpose Reddit content without losing quality or spending hours manually summarizing threads.
reddit.com/r/.../comments/id.json) with limit=100 and depth=3 to retrieve the full thread.Step 1 - Set up credentials
Click Use template, then configure the following credentials in n8n:
| Service | Credential Type | How to Get It |
|---|---|---|
| 🤖 Google Gemini | Google PaLM API | Get API Key → Google AI Studio |
| 🐦 X (Twitter) | Twitter OAuth2 | X Developer Portal → Create App → OAuth2 |
| LinkedIn OAuth2 | LinkedIn Developer Portal → Create App |
> Note on Reddit: No API key required. This workflow uses Reddit's public JSON API (append .json to any thread URL) which is freely accessible without authentication.
Step 2 - Configure the LinkedIn node
Open the Post to LinkedIn node and replace the person field value (=ID) with your LinkedIn Person URN. You can retrieve it by calling the LinkedIn API: GET https://api.linkedin.com/v2/userinfo after authenticating.
Step 3 - Activate the workflow
Toggle the workflow to Active in your n8n instance. This enables the Form Trigger and the Wait node's webhook to function correctly.
Step 4 - Run it
gemini-3.1-flash-lite-preview. You can switch to gemini-3.1-pro-preview or claude-sonnet-4-6 for higher quality output by updating the modelId in both Gemini nodes or by adding Anthropic nodes.w_member_social permission scope to post on behalf of a user.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.
Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.
| Workflow | Create X and LinkedIn posts from Reddit threads with Gemini and human review |
|---|---|
| Complexity | advanced |
| Nodes | 27 |
| Categories | Social Media, Multimodal AI |
| Author | AppStoneLab Technologies LLP |
| Published | 11 Mar 2026 |
Use the JSON export at /data/workflows/14007/14007.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Reddit Thread → AI Powered X & LinkedIn Posts with Human Approval Gate Turn any Reddit thread into polished, platform optimized social media posts for X (Twitter) and LinkedIn in minutes, not hours...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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, Multimodal AI use case.