This workflow automates the daily content creation process by monitoring trends, generating drafts for multiple platforms using AI, and requiring human approval before saving.
It acts as an autonomous "AI Content Factory" that turns raw news into polished content for SEO Blogs, Instagram, and TikTok/Reels.
How it works
- Trend Monitoring: Fetches the latest trend data via RSS (e.g., Google News or Google Trends).
- AI Filtering: An AI Agent acts as an "Editor-in-Chief," selecting only the most viral-worthy topics relevant to your niche.
- Multi-Format Generation: Three specialized AI Agents (using
gpt-4o-mini for cost efficiency) run in parallel to generate:
- An SEO-optimized Blog post structure.
- An Instagram Carousel plan (5 slides).
- A Short Video Script (TikTok/Reels).
- Human-in-the-Loop: Sends a formatted message with interactive buttons to Slack. The workflow waits for your decision.
- Final Storage: If approved, the content is automatically appended to Google Sheets.
Who is this for
- Social Media Managers & Content Creators
- Marketing Agencies managing multiple accounts
- Anyone wanting to automate "research to draft" without losing quality control.
Requirements
- n8n: Version 1.19.0+ (requires AI Agent nodes).
- OpenAI: API Key (works great with low-cost
gpt-4o-mini).
- Slack: A workspace to receive notifications.
- Google Sheets: To store the approved content.
How to set up
- Configure Credentials: Set up your OpenAI, Slack, and Google Sheets credentials.
- Slack App: Create a Slack App, enable "Interactivity," and set the Request URL to your n8n Production Webhook URL. Add the
chat:write scope and install it to your workspace.
- Google Sheet: Create a sheet with columns for
Blog, Instagram, and Script (row 1 as headers).
- RSS Feed: Change the RSS node URL to your preferred topic source.