In this categoryAutomation · 38
- How to Self-Host n8n with Docker for AI WorkflowsStart
- How to Extract Structured Data from PDFs with n8n
- How to Add OpenAI Credentials to n8n
- How to Connect Anthropic Claude as the Model in n8n Workflows
- How to Build an AI Messaging / Chatbot Automation (No Code)
- How to Build an AI Agent with Tools in n8n
- How to Build an n8n Workflow That Summarizes New Emails with AI
- How to Build a RAG Chatbot Over Your Docs in n8n
- How to Auto-Classify and Route Support Tickets with AI in n8n
- How to Schedule Daily AI Content Generation in n8n
- How to Extract Structured Data from PDFs with AI in n8n
- How to Add Error Handling and Retries to n8n AI Workflows
- How to Transcribe and Summarize Audio with AI in n8n
- How to Summarize Incoming Emails with AI in Make.com
- How to Auto-Classify Support Tickets with AI in Make.com
- How to Turn RSS Headlines into AI Blog Drafts in Make.com
- How to Build an AI Telegram Chatbot in Make.com
- How to Answer Questions from Your Docs with AI in Make.com
- How to Auto-Transcribe Audio Files with Whisper in Make.com
- How to Extract Invoice Data from PDFs with AI Vision in Make.com
- How to Generate Images from a Spreadsheet with AI in Make.com
- How to Run AI Sentiment Analysis on New Reviews in Make.com
- How to Auto-Translate Content into Multiple Languages in Make.com
- How to Handle AI Errors and Rate Limits in Make.com Scenarios
- How to Build Your First Zap with an AI Step
- How to Use Your Own OpenAI API Key in Zapier
- How to Auto-Summarize Form Submissions and Post Them to Slack
- How to Auto-Generate Social Media Captions From New Blog Posts
- How to Extract Structured Data From Emails Using a Zapier AI Step
- How to Call the Claude API From Zapier Using Webhooks
- How to Build a Simple AI Chatbot with Zapier Interfaces and Tables
- How to Build a Multi-Step AI Research Agent in Zapier
- How to Auto-Categorize and Route Support Tickets with AI and Paths
- How to Cut AI Task Usage in Zapier With Filters and Formatter
- How to Debug AI Steps in Zapier Using Zap History
How to Turn RSS Headlines into AI Blog Drafts in Make.com
Watch an RSS feed and have AI write a short draft post for each new item, saved straight to Google Docs.
If you publish commentary on industry news, the slow part is starting the draft. This scenario watches an RSS feed, sends each fresh headline and summary to AI, and drops a ready to edit draft into a Google Docs file.
- A Make.com account
- An RSS feed URL to monitor
- An OpenAI API key
- A Google account for Google Docs
Step 1: Watch the RSS feed
Add the RSS Watch RSS feed items module as your trigger. Paste the feed URL and set Maximum number of returned items to 1 for testing. Run once so Make captures a sample item with its title, link, and description.
Step 2: Draft the post with OpenAI
Add OpenAI Create a Completion (Chat). Map the RSS title and description into a prompt that asks for a structured short draft. Ask for a working title, a two paragraph take, and three bullet takeaways so the output is consistent every time.
Write a short opinion blog draft based on this news item. Use this structure exactly:
- A punchy title
- Two short paragraphs of commentary
- Three bullet takeaways
Keep it under 250 words and skip any introduction about yourself.
Headline: {{1.title}}
Summary: {{1.description}}Step 3: Save it to Google Docs
Add a Google Docs Create a Document module. For the document name map the RSS title, and for the content map the OpenAI result. Pick a folder so all drafts collect in one place.
Step 4: Test the full run
Click Run once. Open the new Google Doc and read the draft. Adjust the prompt tone words (for example add witty or formal) until the voice matches your blog.
Result: each morning your drafts folder fills with starter posts on the stories that matter to your audience, leaving you to do only the editing.
Watch related tutorials
25:00
138:00
33:15
72:00
55:20
13:00New guides in your inbox
Fresh step-by-step how-to guides as we publish them. One email a week, no more.