A no-code/low-code automation workflow built in n8n that handles LinkedIn content creation and posting end-to-end, combining real-time data, AI generation, and human-in-the-loop approval.
🤖 How it works:
A scheduled trigger runs twice a week (Mon & Fri) to initiate the workflow
Fetches latest AI news from RSS feeds (TechCrunch AI) to ensure content is timely and relevant
Processes and summarizes top articles, then sends structured context to Claude AI for content generation
AI generates a high-quality LinkedIn post (with hook, insights, hashtags) along with a title
An approval email is sent with Approve/Reject links (webhook-based decision system)
If approved (or auto-timeout), the post is published directly via LinkedIn API
Final status (posted/rejected) is logged and shared via email notification
⚡ Why n8n:
Chose n8n for its self-hosting capability, flexibility with custom logic (JS nodes), and ability to orchestrate complex workflows (AI + APIs + human approval) without heavy backend code.
📈 Outcome:
Built a reliable, semi-autonomous content system that ensures consistent LinkedIn activity with minimal manual effort, while still maintaining quality control through an approval layer.