Use this powerful n8n workflow to automatically transcribe Google Meet recordings, analyze them with Claude AI for summaries and action items, and push tasks to Notion and Slack.
Download this n8n workflow template and start using it instantly.
Project Managers needing immediate, structured summaries of recorded meetings.
Technical Teams looking for advanced examples of using AssemblyAI and Anthropic Claude within an n8n workflow.
Operations Staff who want to automate task creation from verbal agreements.
Anyone seeking robust, AI-driven n8n templates for productivity.
Managing meeting follow-ups and ensuring action items are captured can be time-consuming. This intelligent n8n workflow solves this problem by completely automating the post-meeting process for Google Meet recordings. It integrates seamlessly with Google Calendar and Google Drive to locate the meeting recording. Using the AssemblyAI n8n node, it generates a high-quality transcript with speaker separation. Finally, the Anthropic Claude AI (via the Langchain n8n node) analyzes the transcript, extracting concise summaries, detailed action items, and overall sentiment. The resulting insights are then distributed instantly to Slack and Notion, transforming raw recording data into structured, actionable tasks. This comprehensive n8n solution ensures no commitment is missed and drastically improves team accountability.
This powerful n8n workflow executes through a series of chained nodes:
To implement this n8n templates workflow, follow these steps:
postToSlack n8n node and update the CHANNEL_ID parameter. Also, ensure the Notion n8n node targets the correct database URL/ID.whenClickingTestWorkflow n8n trigger to run the flow against your recent meetings. whenClickingTestWorkflow (Manual Trigger): The starting n8n trigger for testing. In production, this can be replaced by a Schedule n8n node.
getRecentMeetings (Google Calendar n8n node): Fetches calendar events. Key Configuration: Looks back 24 hours (timeMin) and lists up to 10 events.
filterGoogleMeetEvents (Filter n8n node): Filters results to only confirmed events where the conferenceSolution.name is exactly 'Google Meet'.
downloadRecording (Google Drive n8n node): Downloads the file found in the previous search step. Key Configuration: Uses the file ID from the preceding Google Drive n8n node output.
uploadToAssemblyAI (HTTP Request n8n node): Uploads the binary file data to the AssemblyAI API endpoint for preparation.
requestTranscription (HTTP Request n8n node): Initiates transcription with advanced features. Key Configuration: POST request to /v2/transcript, enabling speakerlabels and autohighlights.
pollTranscriptionStatus (HTTP Request n8n node): Continuously checks the transcription status. Key Configuration: Uses the ID of the pending job in the URL. Timeout set to 5 minutes (300000ms).
analyzeMeetingWithAI (Langchain Agent n8n node): The core AI processing step. Key Configuration: Uses Anthropic's Claude 3.5 Sonnet model (claudeChatModel) to analyze the transcript based on a detailed instruction prompt to extract summary and action items.
parseAIOutput (Code n8n node): Crucial for transforming the free-text AI response into structured actionItems, summary, and sentiment JSON fields for subsequent n8n nodes.
postToSlack (Slack n8n node): Publishes the final analysis to the team channel.
splitActionItems (Split Out n8n node): Prepares the array of action items for individual task creation.
createNotionTask (Notion n8n node): Creates individual tasks based on the data provided by the preceding Split Out n8n node.
Automate client follow-up emails (7, 30, 60 days) based on Notion data and instantly capture new testimonials via webhook using this powerful n8n workflow.

Deploy this powerful n8n workflow to instantly enrich leads from Cal.com bookings using Bright Data LinkedIn scraping, generate AI meeting prep documents, and sync all data to Airtable CRM.

Use this powerful n8n workflow to automatically fetch recent meeting notes, summarize them with Google Gemini AI, extract structured action items, and deliver the final report directly to Slack. Deploy this n8n template today.

Generate automated meeting summaries from Fireflies transcripts using n8n and Google Gemini. This powerful n8n workflow handles AI extraction, summarization, and Gmail delivery.

Automate meeting summaries using this advanced n8n workflow. It transcribes audio/video from Google Drive using Gemini AI, generates structured notes, and saves them to a professionally formatted Google Doc.

I turn chaotic manual processes into reliable automated systems, helping teams focus on strategy while complex workflows run flawlessly in the background.







































