Skip to main content

Daily tech news digest from Google News summarized with Llama AI and email delivery

Workflow preview

Workflow preview
100%
Daily tech news digest from Google News summarized with Llama AI and email delivery preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n workflow automatically fetches top technology news from Google News, summarizes it using AI, and sends a daily email with key updates. Users get a concise overview of important tech develo...

Best for

  • Personal Productivity automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.html, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.emailsend, @n8n/n8n-nodes-langchain.lmchatollama, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Daily tech news digest from Google News summarized with Llama AI and email delivery
Workflow name
Daily tech news digest from Google News summarized with Llama AI and email delivery

This n8n workflow automatically fetches top technology news from Google News, summarizes it using AI, and sends a daily email with key updates. Users get a concise overview of important tech developments every morning.

Good to know:

  • Focuses specifically on technology news.
  • Summarizes multiple sources into one concise email.
  • Ensures consistent and easy-to-read formatting.
  • Handles updates from different websites reliably.

How it works

  1. Trigger: Schedule Daily Tech News

    • Runs automatically every morning at 8 AM.
  2. Fetch Google Tech News

    • Retrieves the latest tech news from Google News.
  3. Extract Tech News Articles

    • Parses the HTML to extract headlines, source, and timestamps.
  4. Format Tech News Data

    • Prepares structured data ready for AI analysis.
  5. Check If News Found

    • If no news is found, sends an error alert email.
    • Otherwise, continues to AI summarization.
  6. AI Tech News Analyzer

    • Uses an AI model to summarize and highlight key trends.
  7. Send Tech News Email

    • Sends a formatted daily email with summarized tech news.
  8. Send Error Alert (optional)

    • Sends an alert email if no news can be found.

Email Examples

Output Email Example:

Subject: 🌐 Daily Tech News Summary - August 14, 2025

📌 Top Technology Headlines Today:

1. AI-powered tools are revolutionizing cloud computing. (Source: TechCrunch)
2. Startup funding in India sees record growth. (Source: Economic Times)
3. New smartphone launches include innovative camera features. (Source: The Verge)
4. Cybersecurity threats increase amid remote work trends. (Source: Wired)

🗓️ Summary Date: August 14, 2025

How to use

Setup Instructions:

  1. Import workflow into your n8n instance.
  2. Configure SMTP credentials for sending emails.
  3. Set the schedule to run daily at your preferred time.
  4. Test the workflow to ensure news is fetched and the email is sent correctly.

Requirements:

  • n8n instance (cloud or self-hosted).
  • Email account with SMTP access.
  • Reliable internet connection.
  • Access to Google News.

Troubleshooting:

  • No news found: Check internet connection and Google News accessibility.
  • Email not sent: Verify SMTP credentials.
  • AI summarization errors: Check model credentials and API usage.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Schedule Daily Tech News Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Fetch Google Tech News

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 3 - Extract Tech News Articles

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1.2

Block 4 - Format Tech News Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - AI Tech News Analyzer

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.6

Block 6 - Send Tech News Email

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

Block 7 - LLM - Tech News Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOllama - lmChatOllama
Config choices
Version 1

Block 8 - Workflow Info

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Check if News Found

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 10 - Send Error Alert

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

3. Summary Table

Workflow Daily tech news digest from Google News summarized with Llama AI and email delivery
Complexity intermediate
Nodes 10
Categories Personal Productivity, Multimodal AI
Author Oneclick AI Squad
Published 14 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7386/7386.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Daily tech news digest from Google News summarized with Llama AI and email delivery do?

This n8n workflow automatically fetches top technology news from Google News, summarizes it using AI, and sends a daily email with key updates. Users get a concise overview of important tech develo...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Personal Productivity, Multimodal AI use case.