What This Workflow Does
This AI-powered meeting workflow automates the entire post-meeting process by capturing meeting information through a webhook, analyzing the transcript with artificial intelligence, and automatically distributing structured summaries and action items across your team tools. It eliminates manual note-taking and task assignment by intelligently processing meeting data and routing it to Slack, Notion, Gmail, and Google Calendar.
How It Works
The workflow begins when meeting information is submitted via webhook trigger. A code node extracts and structures the raw meeting details into a standardized format. The OpenAI node analyzes the meeting transcript and generates a comprehensive summary with key insights. The workflow then combines the AI-generated summary with the original meeting metadata to create a complete meeting record.
Once the analysis is complete, the structured summary is sent to a designated Slack channel for immediate team visibility. The workflow separates each action item for individual processing and converts them into trackable tasks. Action items are added to Notion as database entries for centralized task management, while emails containing assigned task details are automatically sent to relevant team members. Finally, the workflow adds meeting events and tasks to Google Calendar and Google Sheets for scheduling and tracking purposes.
Use Cases
- Sales teams capturing client meeting notes and automatically assigning follow-up tasks to team members with email notifications
- Project management teams recording sprint planning meetings and distributing action items across Notion boards and team calendars
- HR departments processing interview summaries and creating candidate evaluation tasks with automated email notifications
- Product teams analyzing feature discussion meetings and organizing development tasks with AI-generated summaries in Slack
- Executive teams recording board meetings and ensuring action items are tracked in Notion while calendar invites are automatically generated
Nodes Used
- Webhook – Receives incoming meeting information and triggers the workflow
- Code – Extracts and structures raw meeting details into organized data
- OpenAI – Analyzes meeting transcripts and generates AI-powered summaries
- Slack – Sends structured meeting summaries to team channels
- Notion – Creates and manages action items as database tasks
- Gmail – Distributes email notifications with assigned task details
- Google Calendar – Adds meeting events and task deadlines to team calendars
- Google Sheets – Records meeting data and action items in spreadsheets
- Respond to Webhook – Returns confirmation response to the initiating system
- Sticky Note – Provides workflow documentation and setup guidance
Prerequisites
- An n8n instance with webhook capabilities enabled
- OpenAI API key for transcript analysis and summary generation
- Slack workspace and bot token with channel posting permissions
- Notion workspace with database created for action items
- Gmail account with API access configured
- Google Calendar with API access for event creation
- Google Sheets with API access for data logging
- Meeting transcripts or raw meeting notes in a structured format
Difficulty Level
Intermediate. This workflow requires configuration of multiple external APIs and services including OpenAI, Slack, Notion, Gmail, Google Calendar, and Google Sheets. While the workflow template handles most logic, you will need to set up authentication credentials for each platform and customize field mappings to match your specific Notion database structure, Slack channels, and email templates. Basic understanding of API authentication and data mapping is helpful but not required.
This workflow template is shared under the n8n fair-code license. Free to use and modify.
Leave a Reply