Track Government Grants with OpenRouter AI, RSS Feeds, Google Sheets & Gmail

Go to Workflow
0 views
Built by Tsubasa Shukuwa Tsubasa Shukuwa
Created on June 13, 2026

Description

How it works
This workflow automatically fetches the latest public grant information from the Ministry of Health, Labour and Welfare (MHLW) RSS feed.
It uses AI to summarize and structure each grant post into a clear format, stores the results in Google Sheets, and sends a formatted HTML summary via Gmail.

Workflow summary
Schedule Trigger – Runs the flow daily or weekly.
RSS Feed Reader – Fetches the latest MHLW news and updates.
Text Classifier (AI) – Categorizes the item as “Grant/Subsidy”, “Labor-related”, or “Other”.
AI Agent – Extracts structured data such as title, summary, deadline, amount, target, and URL.
Google Sheets – Appends or updates the database using the grant title as the key.
Code Node – Builds an HTML report summarizing new entries.
Gmail – Sends a daily digest email to your inbox.

Setup steps
Add your OpenRouter API key as a credential (used in the AI Agent).
Replace the Google Sheets ID and sheet name with your own.
Update the recipient email address in the Gmail node.
Adjust the schedule trigger to match your preferred frequency.
(Optional) Add more RSS feeds if you want to monitor other sources.

Ideal for
Consultants or administrators tracking subsidy and grant programs
Small business owners who want automatic updates
Anyone who wants a daily AI-summarized government grant digest

⚙️ Note:
Detailed explanations and setup hints are included as Sticky Notes above each node inside the workflow.

Nodes Used (7)

AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
Gmail
n8n-nodes-base.gmail
Google Sheets
n8n-nodes-base.googleSheets
OpenRouter Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenRouter
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured
Text Classifier
@n8n/n8n-nodes-langchain.textClassifier