Résumé de réunion quotidien (Google Calendar + Gemini AI, support Slack-Discord-WhatsApp)

Intermédiaire

Ceci est unPersonal Productivity, AI Summarizationworkflow d'automatisation du domainecontenant 9 nœuds.Utilise principalement des nœuds comme Slack, Discord, WhatsApp, Agent, ScheduleTrigger. Résumé quotidien des réunions avec Google Calendar et Gemini AI, supportant Slack, Discord et WhatsApp

Prérequis
  • Token Bot Slack ou URL Webhook
  • Token Bot Discord ou Webhook
  • Clé API Google Gemini
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
{
  "nodes": [
    {
      "id": "c8b0129b-4640-4b46-9626-b42fdd676840",
      "name": "Note adhésive",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -560,
        -160
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "f625cfdf-8135-4cc9-9a8a-d30976a8a5ff",
      "name": "Déclencheur planifié",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "7ecd8a91-3da1-494a-bcb0-8b02343f8489",
      "name": "Agent IA",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        208,
        0
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "a0bc0097-efdd-4a45-9129-55f620d7f7f3",
      "name": "Google Gemini Modèle de discussion",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        96,
        224
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "d8e03223-2917-4470-919a-771f141a077a",
      "name": "Google Calendrier 2",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        512,
        224
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "824ed333-9716-4485-800e-ff5e9a01277b",
      "name": "Google Calendrier 1",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        304,
        224
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "12afd813-c97a-4b09-af1d-3d9aa0614253",
      "name": "Envoyer vers Discord",
      "type": "n8n-nodes-base.discord",
      "position": [
        832,
        0
      ],
      "webhookId": "43f7291e-f498-47dd-8d5d-ad7e8985f6cc",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "4b0933c1-451f-4745-b623-14503749d215",
      "name": "Envoyer vers WhatsApp",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        832,
        192
      ],
      "webhookId": "98fd8d5f-09b6-4f94-97b3-9f36ebcda4ce",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "37a811a6-b5d1-4ef5-ac28-20d6e152f54c",
      "name": "Envoyer vers Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        832,
        -192
      ],
      "webhookId": "f3e29a3d-e761-4842-a6e3-e5a4ac264302",
      "parameters": {},
      "typeVersion": 2.3
    }
  ],
  "pinData": {},
  "connections": {
    "7ecd8a91-3da1-494a-bcb0-8b02343f8489": {
      "main": [
        [
          {
            "node": "37a811a6-b5d1-4ef5-ac28-20d6e152f54c",
            "type": "main",
            "index": 0
          },
          {
            "node": "12afd813-c97a-4b09-af1d-3d9aa0614253",
            "type": "main",
            "index": 0
          },
          {
            "node": "4b0933c1-451f-4745-b623-14503749d215",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "37a811a6-b5d1-4ef5-ac28-20d6e152f54c": {
      "main": [
        []
      ]
    },
    "f625cfdf-8135-4cc9-9a8a-d30976a8a5ff": {
      "main": [
        [
          {
            "node": "7ecd8a91-3da1-494a-bcb0-8b02343f8489",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "824ed333-9716-4485-800e-ff5e9a01277b": {
      "ai_tool": [
        [
          {
            "node": "7ecd8a91-3da1-494a-bcb0-8b02343f8489",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "d8e03223-2917-4470-919a-771f141a077a": {
      "ai_tool": [
        [
          {
            "node": "7ecd8a91-3da1-494a-bcb0-8b02343f8489",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "a0bc0097-efdd-4a45-9129-55f620d7f7f3": {
      "ai_languageModel": [
        [
          {
            "node": "7ecd8a91-3da1-494a-bcb0-8b02343f8489",
            "type": "ai_languageModel",
            "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 - Productivité personnelle, Résumé IA

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œuds9
Catégorie2
Types de nœuds8
Description de la difficulté

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

Auteur
Zain Khan

Zain Khan

@zain

I partner with businesses to streamline processes and accelerate growth through intelligent AI automation and Web/mobile Development. Leveraging deep expertise in GPT-4, LangChain, and n8n, I develop AI-powered agents and sophisticated LLM pipelines.

Liens externes
Voir sur n8n.io

Partager ce workflow

Catégories

Catégories: 34