Block 1 - Sticky Note Setup
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Description: Automate your grant research with an AI Agent that reads, analyzes, and scores opportunities. ️ This advanced workflow transforms the tedious task of finding business subsidies int...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.rssfeedread, n8n-nodes-base.merge, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by NODA shuichi.
Original n8n.io sourceDescription: Automate your grant research with an AI Agent that reads, analyzes, and scores opportunities. 🏛️🤖
This advanced workflow transforms the tedious task of finding business subsidies into an automated intelligence stream. Unlike simple keyword scrapers, it uses an OpenAI Agent (GPT-4o) to read full articles, extract key details (deadlines, budgets), and evaluate their importance for SMEs on a 1-10 scale.
Intelligent Scoring: The AI assigns an "Importance Score" and "Urgency" level to each subsidy, filtering out noise.
Structured Data Extraction: Converts unstructured news text into clean JSON (Deadlines, Requirements, Agencies).
Smart Alerts: High-scoring subsidies (Score 7+) trigger a priority alert (🚨) sent directly to Chatwork.
State Management: Uses Google Sheets to track history and prevent duplicate notifications.
Organized Layout: Nodes are clearly grouped into sections (Setup, Aggregation, Analysis, Logic) for easy customization.
Aggregate: Collects the latest articles from Google News, J-Net21, and Mirasapo Plus RSS feeds.
Analyze: The AI Agent reads the content to extract fields like applicationDeadline and targetRecipients, while calculating an importance score.
Deduplicate: Checks the URL against a Google Sheet database to ensure only new information is processed.
Filter & Tag: High-value items are automatically tagged as "High Priority".
Notify: Saves data to Google Sheets and sends a formatted message to Chatwork.
Google Sheets: Create a sheet named Subsidies with the following headers in the first row: subsidyName, targetRecipients, applicationDeadline, budgetAmount, urgency, importanceScore, priorityTag, sourceUrl
OpenAI: API Key (GPT-4o recommended).
Chatwork: API Token.
Google Sheets: OAuth2 connection.
Configuration: Open the "Sticky Note Setup" section (first node) and enter your Chatwork Room ID, Chatwork API Token, and Google Spreadsheet ID.
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 | Subsidy hunter: GPT-4o analysis & scoring with Google News & Chatwork alerts |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | Market Research, AI Summarization |
| Author | NODA shuichi |
| Published | 23 Nov 2025 |
Use the JSON export at /data/workflows/11155/11155.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.
Description: Automate your grant research with an AI Agent that reads, analyzes, and scores opportunities. ️ This advanced workflow transforms the tedious task of finding business subsidies int...
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 Market Research, AI Summarization use case.