Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Automate Google News Digests with AI & Gmail Approval Workflow in n8n src="https://massimobensi.com/shared/main img.png" Overview This n8n automation template shows how to automatically collec...
n8n-nodes-base.scheduletrigger, n8n-nodes-serpapi.serpapi, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.airtable, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Massimo Bensi.
Original n8n.io sourceThis n8n automation template shows how to automatically collect and format daily Google News digests on your chosen topics, send them to your Gmail inbox for quick approval, and—if declined—generate the next set of curated news articles until you approve.
==⚠️ Disclaimer: This workflow template uses community nodes and works only on n8n self-hosted instances. ==
Streamline content curation for social media, newsletters, or blog posts by scheduling an AI-formatted Google News workflow that saves time in finding trending stories.
⏰ Schedule the automation to run at your preferred time.
🔎 Fetch the latest trending Google News on your selected topic with SerpApi integration.
🤖 Send articles in batches of 10 to an AI content formatter that generates clean HTML output.
📧 Receive an approval email in your Gmail inbox with the AI-formatted news digest.
❌ Decline the digest to trigger the next batch of 10 curated news articles until you approve.
📊 Workflow logic uses AirTable counters and a custom Code node to manage batching.
Connect your SerpApi, AirTable, OpenAI, and Gmail accounts. In the Gmail node, set the variable $env.EMAIL_ADDRESS_ME or replace the “To” field with your email.
In AirTable, create a free-tier base with two columns: WorkflowID and Counter. The workflow will manage row creation and deletion automatically.
Define your news topic or keyword in the SerpApi “Search Query (q)” field.
Run the workflow and check your Gmail inbox for your curated AI-powered news digest.
⏱ Adjust the schedule in the “Schedule Trigger” node for daily, weekly, or custom timing.
🔑 Enter your niche news keyword in the “Search Query (q)” field of the SerpApi node.
📦 Change the batch size (default 10) inside the Code node “Extract Details.”
🎨 Personalize the Gmail approval email template inside the AI Agent node “Prepare Content Review Email” for branding or formatting preferences.
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 31 workflow blocks. Download the JSON for the full node graph.
| Workflow | Schedule AI-formatted Google News digests with Gmail approval workflow |
|---|---|
| Complexity | advanced |
| Nodes | 31 |
| Categories | Market Research, AI Chatbot |
| Author | Massimo Bensi |
| Published | 10 Sept 2025 |
Use the JSON export at /data/workflows/8464/8464.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.
Automate Google News Digests with AI & Gmail Approval Workflow in n8n src="https://massimobensi.com/shared/main img.png" Overview This n8n automation template shows how to automatically collec...
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 Chatbot use case.