Automate Multilingual News Summarization with NewsAPI, OpenAI, and Google Sheets - n8n Workflow | Neura Market
Automate Multilingual News Summarization with NewsAPI, OpenAI, and Google Sheets
This workflow automatically gathers the latest news articles from English and Japanese sources using NewsAPI, summarizes them with OpenAI, and stores the results in Google Sheets. It provides concise summaries in Japanese, facilitating quick review of news highlights.
The workflow is designed to run daily at 13:00, fetching news based on keywords specified in a Google Sheet. It checks if a search is required, retrieves articles from NewsAPI, and processes them through OpenAI for summarization. The summarized content is then appended to a Google Sheet for easy access and review.
Platform
n8n
Category
AI
Price
Free
Creator
Lucas Dubois
if
set
code
merge
stickyNote
httpRequest
googleSheets
scheduleTrigger
openAi
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.