AutomationFlowsAI & RAG › Daily FT Market News to Microsoft Outlook

Daily FT Market News to Microsoft Outlook

Original n8n title: 📈 Receive Daily Market News From Ft.com to Your Microsoft Outlook Inbox

ByLouis @louisdl on n8n.io

This 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…

Cron / scheduled trigger★★★★☆ complexityAI-powered8 nodesHTTP RequestGoogle Gemini ChatAgentMicrosoft Outlook
AI & RAG Trigger: Cron / scheduled Nodes: 8 Complexity: ★★★★☆ AI nodes: yes Added:

This workflow corresponds to n8n.io template #2516 — we link there as the canonical source.

This workflow follows the Agent → HTTP Request recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "id": "d2a24a9b-9cf3-4de0-82e7-5d858658d4b4",
      "name": "Extract specific content",
      "type": "n8n-nodes-base.html",
      "notes": "Extract selected headlines, editor's picks, spotlight etc.",
      "position": [
        800,
        340
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 1.2
    },
    {
      "id": "38af5df2-65ce-4f04-aed3-6f71d81a37df",
      "name": "Get financial news online",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Url : https://www.ft.com/",
      "position": [
        580,
        340
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 4.2
    },
    {
      "id": "764b2209-bf20-4feb-b000-fa261459a617",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        360,
        340
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "96b337ba-6fe7-47ec-8385-58bfc6c789cb",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1200,
        520
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "925eabf3-3619-4da2-be2c-bda97c605d4d",
      "name": "Gather the elements",
      "type": "n8n-nodes-base.set",
      "position": [
        1020,
        340
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "5445b14f-25e8-4759-82d4-985961ca7fdd",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1200,
        340
      ],
      "parameters": {},
      "typeVersion": 1.6
    },
    {
      "id": "30b76eac-d646-44d8-bc41-46aa2d9fe05f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        200
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "7f2b6e9a-8b14-4083-a05c-3b76aae601a8",
      "name": "Send the summary by e-mail",
      "type": "n8n-nodes-base.microsoftOutlook",
      "position": [
        1540,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Send the summary by e-mail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get financial news online",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gather the elements": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract specific content": {
      "main": [
        [
          {
            "node": "Gather the elements",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Get financial news online": {
      "main": [
        [
          {
            "node": "Extract specific content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This 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…

Source: https://n8n.io/workflows/2516/ — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

🌟 Overview: Never miss a job offer again! This n8n workflow automates daily job scraping from LinkedIn, Indeed, Welcome to the Jungle, and more, using Google Dorks and SerpAPI. It filters offers with

Google Sheets, HTTP Request, Agent +3
AI & RAG

Looping source scraping: Collects content from news sites you have selected (it might not work for all of them however) HTML extraction & cleaning: Parses, cleans, and filters messy website data to is

HTTP Request, Google Gemini Chat, Agent +2
AI & RAG

Schedule Http. Uses html, httpRequest, scheduleTrigger, lmChatGoogleGemini. Scheduled trigger; 8 nodes.

HTTP Request, Google Gemini Chat, Agent +1
AI & RAG

LinkedIn_Job_Hunt_and_Cover_Letter. Uses outputParserStructured, outputParserAutofixing, googleDrive, agent. Scheduled trigger; 85 nodes.

Output Parser Structured, Output Parser Autofixing, Google Drive +6
AI & RAG

Automatically scan major financial newswires for biotech catalyst events, score them with AI sentiment analysis, and surface ranked trade candidates — all without manual monitoring.

RSS Feed Read, Data Table, HTTP Request +4