Daily Meeting Summarization with Gemini AI and Slack Integration
detail.loadingPreview
Automate daily meeting summarization using the Gemini AI Agent and Google Calendar Tool. The workflow triggers daily, fetches events, summarizes them, and posts the summary to Slack.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This n8n workflow automates the process of summarizing daily meetings. It is triggered on a schedule, uses the Gemini AI Agent to understand the request and interact with the Google Calendar Tool to fetch relevant event data. The AI then processes this data to provide a concise summary, which is ultimately sent to a specified Slack channel. This workflow is ideal for individuals or teams who need to stay updated on their daily schedules without manually reviewing calendar entries.
Key Features
- Scheduled daily execution for automated updates.
- Utilizes Gemini AI for intelligent natural language processing and summarization.
- Integrates with Google Calendar to retrieve event details.
- Sends summarized meeting information directly to a Slack channel for easy access.
How To Use
- Configure the
Schedule Triggerto run daily at your desired time (default is 9 AM). - Ensure your
Google Gemini(PaLM) Api accountandGoogle Calendar - Johncredentials are set up correctly. - Set up your Slack integration with
Slack account - iKemoand specify the correctchannelIdin theSend response back to slack channelnode. - Adjust the
textparameter in theCalendar AI Agentif you want a different summarization prompt or need to define start and end dates differently.
Apps Used
Workflow JSON
{
"id": "031a8113-a238-4f87-bc1d-872031272e86",
"name": "Daily Meeting Summarization with Gemini AI and Slack Integration",
"nodes": 0,
"category": "AI & LLM Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 031a8113-a238...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Daily Podcast Summarizer and Emailer
Automatically fetch top podcasts from a genre using TaddyTopDaily, transcribe them with Whisper, summarize with OpenAI, and email the results using Gmail. This workflow automates the process of staying updated on industry trends.
Automate YouTube Transcript Summarization with AI
This n8n workflow automates the process of fetching YouTube video transcripts, concatenating them, and then using an AI model (like GPT-4o-mini) to generate a structured, summarized markdown output. It also sends the summary to Telegram and responds to a webhook.
Automate RFP Response Generation with OpenAI and Google Docs
This workflow automates the creation of RFP responses by extracting questions from a PDF document using LLMs, generating answers with OpenAI, and compiling them into a Google Doc. It's triggered via webhook and notifies stakeholders upon completion.