Mon flux de travail

Intermédiaire

Ceci est unOther, AIworkflow d'automatisation du domainecontenant 15 nœuds.Utilise principalement des nœuds comme Set, EmailSend, McpClientTool, Agent, ScheduleTrigger, combinant la technologie d'intelligence artificielle pour une automatisation intelligente. Générer un fil d'actualités personnel avec le web scraping de Bright Data et GPT-4.1

Prérequis
  • Clé API OpenAI
Aperçu du workflow
Visualisation des connexions entre les nœuds, avec support du zoom et du déplacement
Exporter le workflow
Copiez la configuration JSON suivante dans n8n pour importer et utiliser ce workflow
{
  "meta": {
    "instanceId": "f522bd3e82a9be5011b84c3deff84f2e93451434373759221902fe3a8467fd95"
  },
  "name": "My workflow",
  "tags": [],
  "nodes": [
    {
      "id": "b52ee9e9-f809-4c42-bb5c-b27df72b4695",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -60,
        160
      ],
      "webhookId": "a9025576-8ac0-47e2-ba4a-f3e433b7730e",
      "parameters": {
        "options": {}
      },
      "typeVersion": 1.1
    },
    {
      "id": "344b64aa-683b-43dd-9f10-2d3c67dae753",
      "name": "Agent IA",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        460,
        20
      ],
      "parameters": {
        "options": {
          "systemMessage": "You are an expert web scraping assistant with access to Bright Data's Web Unlocker API. This gives you the ability to execute a specific set of actions. When using tools, you must share across the exact name of the tool for it to be executed.\n\nFor example, \"Search Engine Scraping\" should be \"search_engine\""
        }
      },
      "retryOnFail": true,
      "typeVersion": 1.9
    },
    {
      "id": "9c998783-2477-4131-a1e6-a7a8fa09229f",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        220,
        220
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1",
          "cachedResultName": "gpt-4.1"
        },
        "options": {}
      },
      "typeVersion": 1.2
    },
    {
      "id": "bc8e349a-ab20-446c-9fbe-e6d46c9db60e",
      "name": "Mémoire simple",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        360,
        200
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "e3d838ca-9a85-46cc-b2bd-664d12711ff1",
      "name": "Lister les outils MCP",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        480,
        220
      ],
      "parameters": {},
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "eec892f3-a008-4328-b0e0-914bf80068b5",
      "name": "Scraper les résultats SERP",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        620,
        200
      ],
      "parameters": {},
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "9cf2ccee-fe17-4997-87f0-7686a3194e14",
      "name": "Scraper la page web",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        760,
        220
      ],
      "parameters": {},
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "a681c0f5-3dfe-43c1-88a8-4b9ccf348e50",
      "name": "Envoyer la newsletter personnalisée par e-mail",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        820,
        20
      ],
      "webhookId": "4b12642c-ef49-4c1d-b4ed-15a959beb437",
      "parameters": {
        "html": "={{ $json.output }}",
        "options": {},
        "subject": "Today's Headlines",
        "toEmail": "<email-you-are-sending-to@something.com>",
        "fromEmail": "<your-from-email@something.com>"
      },
      "typeVersion": 2.1
    },
    {
      "id": "2615c5b3-41fd-474b-8e7e-7b1d1ae31f35",
      "name": "Invite de collecte d'actualités IA",
      "type": "n8n-nodes-base.set",
      "position": [
        160,
        -40
      ],
      "parameters": {
        "mode": "raw",
        "options": {},
        "jsonOutput": "{\n  \"sessionId\": \"google\",\n  \"chatInput\": \"get the latest news from https://www.brightdata.com/blog and https://www.theguardian.com/us with your scrape_as_markdown and Google News with your search engine tool to find the latest global headlines--pull actual headlines, not just the site description.\"\n}\n"
      },
      "typeVersion": 3.4
    },
    {
      "id": "3ad29ec6-0b3a-437d-a386-4867bdc1197e",
      "name": "Note adhésive",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        -160
      ],
      "parameters": {
        "width": 150,
        "height": 100,
        "content": "Injecting the AI news collection prompt for GPT-4.1"
      },
      "typeVersion": 1
    },
    {
      "id": "6475bd91-134b-47c6-805d-758f1569e132",
      "name": "Note adhésive1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        340
      ],
      "parameters": {
        "width": 150,
        "height": 80,
        "content": "Connect using your OpenAI credentials"
      },
      "typeVersion": 1
    },
    {
      "id": "8cb0c078-c891-45f8-98d3-5114d08bf887",
      "name": "Note adhésive2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        -80
      ],
      "parameters": {
        "width": 150,
        "height": 80,
        "content": "Set up with recipient and SMTP information"
      },
      "typeVersion": 1
    },
    {
      "id": "6f6f3497-2d26-4cd3-a442-b087f642a09f",
      "name": "Note adhésive3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        -100
      ],
      "parameters": {
        "width": 160,
        "height": 100,
        "content": "Connecting to both Bright Data's MCP and your GPT model with memory"
      },
      "typeVersion": 1
    },
    {
      "id": "8954f050-7a5e-4abe-a478-65092b726efe",
      "name": "Déclencheur planifié",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -60,
        -40
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "triggerAtHour": 9
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "adf00b09-e9fe-464f-bf76-cf34f4866760",
      "name": "Note adhésive4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -140
      ],
      "parameters": {
        "width": 150,
        "height": 80,
        "content": "Choose the interval that works best for you"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "",
  "connections": {
    "344b64aa-683b-43dd-9f10-2d3c67dae753": {
      "main": [
        [
          {
            "node": "a681c0f5-3dfe-43c1-88a8-4b9ccf348e50",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "bc8e349a-ab20-446c-9fbe-e6d46c9db60e": {
      "ai_memory": [
        [
          {
            "node": "344b64aa-683b-43dd-9f10-2d3c67dae753",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "8954f050-7a5e-4abe-a478-65092b726efe": {
      "main": [
        [
          {
            "node": "2615c5b3-41fd-474b-8e7e-7b1d1ae31f35",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9c998783-2477-4131-a1e6-a7a8fa09229f": {
      "ai_languageModel": [
        [
          {
            "node": "344b64aa-683b-43dd-9f10-2d3c67dae753",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "2615c5b3-41fd-474b-8e7e-7b1d1ae31f35": {
      "main": [
        [
          {
            "node": "344b64aa-683b-43dd-9f10-2d3c67dae753",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b52ee9e9-f809-4c42-bb5c-b27df72b4695": {
      "main": [
        [
          {
            "node": "344b64aa-683b-43dd-9f10-2d3c67dae753",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Foire aux questions

Comment utiliser ce workflow ?

Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.

Dans quelles scénarios ce workflow est-il adapté ?

Intermédiaire - Autres, Intelligence Artificielle

Est-ce payant ?

Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.

Informations sur le workflow
Niveau de difficulté
Intermédiaire
Nombre de nœuds15
Catégorie2
Types de nœuds9
Description de la difficulté

Adapté aux utilisateurs expérimentés, avec des workflows de complexité moyenne contenant 6-15 nœuds

Auteur
Daniel Shashko

Daniel Shashko

@tomax

AI automation specialist and a marketing enthusiast. More than 6 years of experience in SEO/GEO. Senior SEO at Bright Data.

Liens externes
Voir sur n8n.io

Partager ce workflow

Catégories

Catégories: 34