Block 1 - Fetch Industry Trends
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 3
This workflow is provided as-is. Please review and test before using in production.
The AI Blog Creator with Gemini, Replicate Image, Supabase Publishing & Slack is a fully automated content generation and publishing workflow designed for modern marketing and SaaS teams. It automa...
n8n-nodes-base.httprequest, n8n-nodes-base.slack, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.code, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.cron
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Parag Javale.
Original n8n.io sourceThe AI Blog Creator with Gemini, Replicate Image, Supabase Publishing & Slack is a fully automated content generation and publishing workflow designed for modern marketing and SaaS teams. It automatically fetches the latest industry trends, generates SEO-optimized blogs using AI, creates a relevant featured image, publishes the post to your CMS (e.g., Supabase or custom API), and notifies your team via Slack all on a daily schedule.
This workflow connects multiple services NewsAPI, Google Gemini, Replicate, Supabase, and Slack into one intelligent content pipeline that runs hands-free once set up.
| Step | Node | Purpose |
|---|---|---|
| 1 | Schedule Trigger | Runs daily at 10 AM |
| 2 | Fetch Industry Trends (NewsAPI) | Retrieves trending articles |
| 3 | Message a model (Gemini) | Generates trending topic ideas |
| 4 | Message a model1 (Gemini) | Writes full SEO blog content |
| 5 | Code in JavaScript | Cleans, validates, and normalizes Gemini output |
| 6 | HTTP Request (Replicate) | Generates an image using Ideogram |
| 7 | HTTP Request1 | Retrieves generated image URL |
| 8 | Wait + If | Polls until image generation succeeds |
| 9 | Edit Fields | Assembles blog fields into final JSON |
| 10 | Publish to Supabase | Posts to your CMS |
| 11 | Slack Notification | Sends message to your Slack channel |
Import the Workflow in n8n and enable it.
Create the following credentials:
/functions/v1/blog-api (set your key in header)chat:write permissionEdit the NewsAPI URL query parameter to match your industry (e.g., q=AI automation SaaS).
Update the Supabase publish URL to your project endpoint if needed.
Adjust the Slack Channel name under “Slack Notification”.
(Optional) Change the Schedule Trigger time as per your timezone.
ideogram-ai/ideogram-v3-turbo — you can swap it with Stable Diffusion or another model for different aesthetics.slug field in your blog URLs for SEO-friendly links.#AI #Automation #ContentMarketing #BlogGenerator #n8n #Supabase #Gemini #Replicate #Slack #WorkflowAutomation
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 25 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automated blog creation from news to publication using Gemini, Ideogram & Slack |
|---|---|
| Complexity | advanced |
| Nodes | 25 |
| Categories | Content Creation, Multimodal AI |
| Author | Parag Javale |
| Published | 14 Oct 2025 |
Use the JSON export at /data/workflows/9658/9658.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.
The AI Blog Creator with Gemini, Replicate Image, Supabase Publishing & Slack is a fully automated content generation and publishing workflow designed for modern marketing and SaaS teams. It automa...
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 Content Creation, Multimodal AI use case.