Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Automated Multi lingual News Curator & Archiver Overview This workflow automates news monitoring by fetching RSS feeds, rewriting content using AI, translating it (EN/ZH/KO), and archiving it. W...
n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.stickynote, n8n-nodes-base.rssfeedread, n8n-nodes-base.limit, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by ueharayuuki.
Original n8n.io sourceOverview This workflow automates news monitoring by fetching RSS feeds, rewriting content using AI, translating it (EN/ZH/KO), and archiving it.
Who is this for? Content Curators, Localization Teams, and Travel Bloggers.
How it works
Setup Requirements
title, summary, location, en, zh, ko, url.Customization
Runs on a schedule to fetch the latest RSS items. Filters articles based on specific keywords (e.g., "Tokyo" or "Season") before processing.
Uses Google Gemini to rewrite the news, extract specific locations, and translate content. The Code node cleans the JSON output for the database.
Appends the structured data to Google Sheets and sends a formatted notification to Slack (or alerts if an article was skipped).
Output Example (JSON) The translation agent outputs data in this format:
{
"en": "Tokyo Tower is...",
"zh": "东京塔是...",
"ko": "도쿄 타워는..."
}
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.
| Workflow | Curate & translate news from RSS using Google Gemini, Sheets, and Slack |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Content Creation, Multimodal AI |
| Author | ueharayuuki |
| Published | 27 Nov 2025 |
Use the JSON export at /data/workflows/11301/11301.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.
Automated Multi lingual News Curator & Archiver Overview This workflow automates news monitoring by fetching RSS feeds, rewriting content using AI, translating it (EN/ZH/KO), and archiving it. W...
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.