Block 1 - Extract specific content
- Type / Role
- n8n-nodes-base.html - html
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Daily Financial News Description This workflow automates the process of collecting, organizing, and delivering a daily summary of financial news by following these key steps: 1. Scheduled Activa...
n8n-nodes-base.html, n8n-nodes-base.httprequest, n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.stickynote, n8n-nodes-base.microsoftoutlook
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Louis.
Original n8n.io sourceThis workflow automates the process of collecting, organizing, and delivering a daily summary of financial news by following these key steps:
Scheduled Activation
The workflow starts at 7:00 AM each day, triggered by the Schedule Trigger node.
News Retrieval
The HTTP Request node fetches the latest financial news from FT.com.
Content Extraction
The Extract Specific Content node scrapes targeted sections of the HTML (headlines, editor's picks, top stories, etc.) using CSS selectors to locate and capture relevant content.
News Aggregation
The Set Node gathers and organizes the extracted news data, preparing it for summarization. Categories like "Headline #1," "Editor's Picks," and "Europe News" are all structured into a single data block.
Summarization
An AI Agent (Google Gemini) takes the aggregated news data and creates a concise, HTML-formatted summary tailored to give investors an insightful market snapshot.
Email Delivery
Finally, the Microsoft Outlook node sends the summary via email to the designated recipient with the subject "Financial news from today."
This process ensures that financial news is efficiently curated, summarized, and delivered without manual intervention.
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 | π Receive daily market news from FT.com to your Microsoft Outlook inbox |
|---|---|
| Complexity | intermediate |
| Nodes | 8 |
| Categories | Crypto Trading, AI Summarization |
| Author | Louis |
| Published | 01 Nov 2024 |
Use the JSON export at /data/workflows/2516/2516.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.
Daily Financial News Description This workflow automates the process of collecting, organizing, and delivering a daily summary of financial news by following these key steps: 1. Scheduled Activa...
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 Crypto Trading, AI Summarization use case.