Overview
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": "도쿄 타워는..."
}