AutomationFlowsAI & RAG › Generate Personalized Language Learning News Digests with Llama-3.1 &…

Generate Personalized Language Learning News Digests with Llama-3.1 &…

Original n8n title: Generate Personalized Language Learning News Digests with Llama-3.1 & Deepseek AI

Byhippolyte-hu @hippolyte-hu on n8n.io

Automatically generate and email level-appropriate language learning content based on trending news. This workflow reads learner preferences from Google Sheets (language, level, and topic of interest), uses an AI web search model to fetch relevant news, and formats the result…

Cron / scheduled trigger★★★★☆ complexityAI-powered10 nodesGoogle SheetsHTTP RequestAgentOpenAI ChatGmailOutput Parser Structured
AI & RAG Trigger: Cron / scheduled Nodes: 10 Complexity: ★★★★☆ AI nodes: yes Added:

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

This workflow follows the Agent → Gmail 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
{
  "id": "kzecgELbo7WU1uOf",
  "name": "Multilingual Daily news digets",
  "tags": [],
  "nodes": [
    {
      "id": "28950fcc-9aa5-4047-a927-de3c431da865",
      "name": "Daily Trigger",
      "type": "n8n-nodes-base.cron",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "fb2857cc-ade3-4f7f-9fbc-a710dd92510e",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        200,
        0
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "46bd85ea-ef08-454d-9872-1e4537417127",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        640,
        20
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "b2961903-dc63-45e1-9488-52b55386a6ca",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        880,
        20
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "23b3bd7b-f646-4af0-9de4-2fdaac7811d4",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        1100,
        20
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "84adeebd-8cfa-457c-ac45-45fc74e8b6c7",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1300,
        20
      ],
      "parameters": {},
      "typeVersion": 1.9
    },
    {
      "id": "7e63b887-3419-4e78-bfba-17fb72e1c3c0",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1320,
        240
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "d36cdc5d-bba0-46cb-934a-4dec4a85046e",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1660,
        20
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "0513d53a-3120-4de2-8007-083de395ea64",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        1460,
        260
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "9643541f-60b1-429b-86d9-546225895ffa",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        420,
        0
      ],
      "parameters": {},
      "typeVersion": 3
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "01fc2a0b-1697-4dae-be09-47ff30691776",
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gmail": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Trigger": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "AI Agent",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

Automatically generate and email level-appropriate language learning content based on trending news. This workflow reads learner preferences from Google Sheets (language, level, and topic of interest), uses an AI web search model to fetch relevant news, and formats the result…

Source: https://n8n.io/workflows/5660/ — 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

This n8n automation workflow automates the creation, scripting, production, and posting of YouTube videos. It leverages AI (OpenAI), image generation (PIAPI), video rendering (Shotstack), and platform

Agent, OpenAI Chat, Airtable Tool +7
AI & RAG

Created by: Peyton Leveillee Last updated: October 2025

OpenAI Chat, Google Sheets, HTTP Request +5
AI & RAG

SEO Blog Article Generation Workflow. Uses outputParserStructured, httpRequest, agent, lmChatOpenAi. Scheduled trigger; 56 nodes.

Output Parser Structured, HTTP Request, Agent +4
AI & RAG

This workflow was born out of a very real problem.

Output Parser Structured, OpenAI Chat, Memory Buffer Window +11
AI & RAG

This workflow automates end-to-end ESG (Environmental, Social, and Governance) sustainability reporting for enterprise sustainability teams, compliance officers, and green governance leads. It solves

Agent, OpenAI Chat, Output Parser Structured +12