Résumé automatique des actualités et bulletin d'information (GPT-4, NewsAPI et Gmail)
Ceci est unAI, Marketingworkflow d'automatisation du domainecontenant 7 nœuds.Utilise principalement des nœuds comme Gmail, HttpRequest, GoogleSheets, Agent, ScheduleTrigger, combinant la technologie d'intelligence artificielle pour une automatisation intelligente. Génération automatique de résumés d'actualité et de bulletins par e-mail avec GPT-4, NewsAPI et Gmail
- •Compte Google et informations d'identification Gmail API
- •Peut nécessiter les informations d'identification d'authentification de l'API cible
- •Informations d'identification Google Sheets API
- •Clé API OpenAI
Nœuds utilisés (7)
Catégorie
{
"meta": {
"instanceId": "5aaf4236c70e34e423fbdb2c7b754d19253a933bb1476d548f75848a01e473cf",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "c5091fb1-5bc5-44bc-b804-201d5ffe0672",
"name": "Déclencheur Planifié",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-2120,
-40
],
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 10
}
]
}
},
"typeVersion": 1.2
},
{
"id": "60424e56-7429-48c5-831c-056e9874b8a3",
"name": "Agent IA",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-1560,
-40
],
"parameters": {
"text": "=You are act as news expert and collect all news headlines in below and summarise in 5 bullets.\n\n\n {{ $json.articles[1].title }}",
"options": {},
"promptType": "define"
},
"typeVersion": 1.9
},
{
"id": "2bd28b32-80f9-4a69-9b1a-0eee7ef3db42",
"name": "Modèle de Chat OpenAI",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-1560,
140
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini"
},
"options": {}
},
"typeVersion": 1.2
},
{
"id": "792376e9-3312-4862-94a0-e38de2e6dda5",
"name": "Récupérer l'Actualité",
"type": "n8n-nodes-base.httpRequest",
"position": [
-1840,
-40
],
"parameters": {
"url": "https://newsapi.org/v2/top-headlines",
"options": {},
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "country",
"value": "us"
},
{
"name": "apiKey",
"value": "NEWS_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "596c8d5d-3c03-435e-abab-e7b93de28471",
"name": "Envoyer un Email",
"type": "n8n-nodes-base.gmail",
"position": [
-980,
-40
],
"webhookId": "e5c02fba-64bc-47f0-b752-2de2b8e6b03c",
"parameters": {
"sendTo": "={{ $json.Email }}",
"message": "=Hi {{ $json.Name }},\nPlease find the top news headlines as below:\n\n{{ $('AI Agent').item.json.output }}",
"options": {},
"subject": "News Headlines",
"emailType": "text"
},
"typeVersion": 2.1
},
{
"id": "125b6015-f220-4245-94eb-08d61ece41b3",
"name": "Liste de Diffusion",
"type": "n8n-nodes-base.googleSheets",
"position": [
-1200,
-40
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1L2dLObdw_aicD6fTd-ElHSBBJIj1aBmKT7FecMtbyyE/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1L2dLObdw_aicD6fTd-ElHSBBJIj1aBmKT7FecMtbyyE",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1L2dLObdw_aicD6fTd-ElHSBBJIj1aBmKT7FecMtbyyE/edit?usp=drivesdk",
"cachedResultName": "Emails"
}
},
"typeVersion": 4.5
},
{
"id": "b4146559-5d6c-4db3-aad5-12a73621aa90",
"name": "Note Adhésive",
"type": "n8n-nodes-base.stickyNote",
"position": [
-3020,
-300
],
"parameters": {
"width": 740,
"height": 1280,
"content": "📰 AI News Digest Agent: Auto News Summarizer & Emailer\nAutomatically fetch top news headlines, generate AI-powered summaries, and send personalized digests to your subscriber list. Perfect for:\n✅ Newsletter creators — deliver curated news content effortlessly\n✅ Teams & organizations — keep everyone informed with regular updates\n✅ Content curators — transform news into digestible insights\n\n⚙️ What's Used\nn8n Nodes:\nSchedule Trigger → News API → AI Agent → OpenAI Chat Model → Google Sheets → Gmail\nExternal Tools:\n\nNewsAPI – Fetch latest headlines from reliable sources\nOpenAI GPT-4 – Generate concise 5-bullet summaries\nGoogle Sheets – Manage subscriber email lists\nGmail – Send personalized news digests\n\n\n🔑 Setup – Credentials Needed\n\nNewsAPI Key → Free account at newsapi.org for headline access\nOpenAI API Key → For AI-powered news summarization\nGoogle Sheets OAuth2 → Access subscriber email lists\nGmail OAuth2 → Send automated newsletter emails\n\n\n📊 Google Sheets Structure Required\nCreate a simple subscriber spreadsheet:\n\nName (subscriber's name for personalization)\nEmail (recipient email addresses)\n\n\n🚀 Workflow Steps\n\nScheduled News Collection\nRuns every 10 minutes to fetch latest US headlines from NewsAPI\nAI-Powered Summarization\nGPT processes news headlines and creates concise 5-bullet summaries\nSubscriber List Access\nRetrieves email list from Google Sheets for distribution\nPersonalized Email Delivery\nSends customized news digests to each subscriber with their name\n\n\n💡 Pro Tips\n\nCustomize the country parameter (US, UK, CA, etc.) for regional news\nAdjust schedule frequency based on your audience preferences\nAdd category filters (technology, business, sports) for niche newsletters\nMonitor email delivery rates and subscriber engagement\nTest with small subscriber lists before scaling up\n\n\n🛠️ Customize It\n\nAdd multiple news sources for comprehensive coverage\nInclude trending topics and sentiment analysis\nConnect to Mailchimp or other email marketing platforms\nAdd unsubscribe functionality and list management\nCreate different digest formats (daily, weekly, breaking news)"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"60424e56-7429-48c5-831c-056e9874b8a3": {
"main": [
[
{
"node": "125b6015-f220-4245-94eb-08d61ece41b3",
"type": "main",
"index": 0
}
]
]
},
"792376e9-3312-4862-94a0-e38de2e6dda5": {
"main": [
[
{
"node": "60424e56-7429-48c5-831c-056e9874b8a3",
"type": "main",
"index": 0
}
]
]
},
"125b6015-f220-4245-94eb-08d61ece41b3": {
"main": [
[
{
"node": "596c8d5d-3c03-435e-abab-e7b93de28471",
"type": "main",
"index": 0
}
]
]
},
"c5091fb1-5bc5-44bc-b804-201d5ffe0672": {
"main": [
[
{
"node": "792376e9-3312-4862-94a0-e38de2e6dda5",
"type": "main",
"index": 0
}
]
]
},
"2bd28b32-80f9-4a69-9b1a-0eee7ef3db42": {
"ai_languageModel": [
[
{
"node": "60424e56-7429-48c5-831c-056e9874b8a3",
"type": "ai_languageModel",
"index": 0
}
]
]
}
}
}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 - Intelligence Artificielle, Marketing
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.
Workflows recommandés
Yaron Been
@yaron-nofluffBuilding AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host
Partager ce workflow