Block 1 - Loop Articles (Batch Size: 1)
- Type / Role
- n8n-nodes-base.splitInBatches - splitInBatches
- Config choices
- Version 3
News Intelligence Workflow using NewsAPI, AI Model, Google Sheets & Error Alerts This workflow automatically fetches news articles from NewsAPI, processes them using an AI model to generate summari...
n8n-nodes-base.splitinbatches, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.limit, n8n-nodes-base.if, n8n-nodes-base.wait
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow automatically fetches news articles from NewsAPI, processes them using an AI model to generate summaries and key regulatory changes and stores both raw and processed data into Google Sheets. It also includes centralized error handling with email alerts for monitoring failures.
This workflow automates the process of collecting and analyzing news articles. It starts by fetching the latest news based on a defined keyword using NewsAPI. The fetched data is cleaned, sorted and filtered to ensure only relevant and valid articles are processed further.
Each article is then processed individually in a controlled loop to avoid API rate limits. The workflow stores raw article data into Google Sheets for reference and backup. It then uses an AI model to generate a concise summary and extract key regulatory or policy changes from each article.
Finally, the structured AI output is formatted and updated back into the same Google Sheet. The workflow also includes a high-level error handling mechanism that collects errors from multiple nodes, formats them and sends email alerts for easier monitoring and debugging.
To use this workflow, you need:
newsApiKeysearchQuery (default: regulation)maxArticlesToFetchloopWaitSecondsgoogleSheetIdChange config.searchQuery to track different topics (e.g., AI, finance, crypto).
Adjust config.maxArticlesToFetch to process more or fewer articles.
Modify config.loopWaitSeconds to control API rate limits.
Customize the prompt in AI node to extract different insights.
Add/remove columns based on your reporting needs.
There can be many more use cases depending on how you customize the workflow.
| Issue | Possible Cause | Solution |
|---|---|---|
| No articles fetched | Invalid API key | Verify NewsAPI key |
| Empty AI output | Incorrect prompt format | Check AI node prompt |
| Google Sheet not updating | Wrong Sheet ID or permissions | Verify Sheet ID and OAuth access |
| Duplicate entries | Matching column misconfigured | Ensure Title is used as match key |
| Workflow stops unexpectedly | API timeout or rate limits | Increase wait time or timeout settings |
| No email alerts | Email not configured | Add recipient email in Gmail node |
If you need assistance setting up this workflow, customizing nodes or building advanced automation solutions, feel free to reach out to our n8n automation team at WeblineIndia.
WeblineIndia specializes in building scalable automation workflows, AI integrations and business process solutions tailored to your needs.
Whether you're looking to extend this workflow or create something entirely new, expert help is just a step away.
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.
Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.
| Workflow | Summarize regulatory news from NewsAPI with Gemini and Google Sheets plus error alerts |
|---|---|
| Complexity | advanced |
| Nodes | 27 |
| Categories | Market Research, AI Summarization |
| Author | WeblineIndia |
| Published | 27 Apr 2026 |
Use the JSON export at /data/workflows/15326/15326.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.
News Intelligence Workflow using NewsAPI, AI Model, Google Sheets & Error Alerts This workflow automatically fetches news articles from NewsAPI, processes them using an AI model to generate summari...
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.