Skip to main content

Automated daily news summaries with OpenRouter AI & Gmail delivery

Workflow preview

Workflow preview
100%
Automated daily news summaries with OpenRouter AI & Gmail 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

Daily AI News Summary & Gmail Delivery This n8n template demonstrates how to build an autonomous AI agent that automatically scours the web for the latest news, intelligently summarizes the top sto...

Best for

  • Content Creation automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenrouter, @n8n/n8n-nodes-langchain.toolhttprequest, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.code, n8n-nodes-base.gmail

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yusuke Yamamoto.

Original n8n.io source

1.1 Workflow description

Title
Automated daily news summaries with OpenRouter AI & Gmail delivery
Workflow name
Automated daily news summaries with OpenRouter AI & Gmail delivery

Daily AI News Summary & Gmail Delivery

This n8n template demonstrates how to build an autonomous AI agent that automatically scours the web for the latest news, intelligently summarizes the top stories, and delivers a professional, formatted news digest directly to your email inbox.

Use cases are many: Create a personalized daily briefing to start your day informed, keep your team updated on industry trends and competitor news, or automate content curation for your newsletter.

Good to know

  • At the time of writing, costs will depend on the LLM you select via OpenRouter and your usage of the Tavily Search API. Both services offer free tiers to get started.
  • This workflow requires API keys and credentials for OpenRouter, Tavily, and Gmail.
  • The AI Agent's system prompt is configured to produce summaries in Japanese. You can easily change the language and topics by editing the prompt in the "AI News Agent" node.

How it works

  1. The workflow begins on a daily schedule, which you can configure to your preferred time.
  2. A Code node dynamically generates a search query for the current day's most important news across several categories.
  3. The AI Agent receives this query. It uses its attached tools to perform the task:
    • It uses the Tavily News Search tool to find relevant, up-to-date articles from the web.
    • It then uses the OpenRouter Chat Model to analyze the search results, identify the most significant stories, and write a summary for each.
    • The agent's output is strictly structured into a JSON format, containing a main title and an array of individual news stories.
  4. Another Code node takes this structured JSON data and transforms it into a clean, professional HTML-formatted email.
  5. Finally, the Gmail node sends the beautifully formatted email to your specified recipient.

How to use

  • Before you start, you must add your credentials for OpenRouter, Tavily, and Gmail in their respective nodes.
  • Customize the schedule in the "Schedule Trigger" node to set the daily delivery time.
  • Change the recipient's email address in the final "Send a message" (Gmail) node.

Requirements

  • OpenRouter account (for access to various LLMs)
  • Tavily AI account (for the real-time search API)
  • Google account with Gmail enabled for sending emails via OAuth2

Customising this workflow

  • Change the delivery channel: Easily swap the final Gmail node for a Slack, Discord, or Telegram node to send the news summary to a team channel.
  • Focus the news topics: Modify the "Prepare News Query" node to search for highly specific topics, such as "latest advancements in artificial intelligence" or "financial news from the European market."
  • Archive the news: Add a node after the AI Agent to save the structured JSON data to a database or Google Sheet, allowing you to build a searchable news archive over time.

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 Trigger

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

Block 2 - Sticky Note

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

Block 3 - AI News Agent

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

Block 4 - OpenRouter Chat Model

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

Block 5 - Tavily News Search

Type / Role
@n8n/n8n-nodes-langchain.toolHttpRequest - toolHttpRequest
Config choices
Version 1.1

Block 6 - News Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 7 - Sticky Note1

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

Block 8 - Prepare News Query

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

Block 9 - Sticky Note2

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

Block 10 - Send a message

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

Block 11 - Format for Gmail

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

3. Summary Table

Workflow Automated daily news summaries with OpenRouter AI & Gmail delivery
Complexity intermediate
Nodes 11
Categories Content Creation, AI Summarization
Author Yusuke Yamamoto
Published 13 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9552/9552.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 Automated daily news summaries with OpenRouter AI & Gmail delivery do?

Daily AI News Summary & Gmail Delivery This n8n template demonstrates how to build an autonomous AI agent that automatically scours the web for the latest news, intelligently summarizes the top sto...

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 Content Creation, AI Summarization use case.