Video Guide
I prepared a comprehensive guide detailing how to create a Smart Agent that automates meeting task management by analyzing transcripts, generating tasks in Airtable, and scheduling follow-ups when necessary.
Youtube Link
Who is this for?
This workflow is ideal for project managers, team leaders, and business owners looking to enhance productivity during meetings. It is particularly helpful for those who need to convert discussions into actionable items swiftly and effectively.
What problem does this workflow solve?
Managing action items from meetings can often lead to missed tasks and poor follow-up. This automation alleviates that issue by automatically generating tasks from meeting transcripts, keeping everyone informed about their responsibilities and streamlining communication.
What this workflow does
The workflow leverages n8n to create a Smart Agent that listens for completed meeting transcripts, processes them using AI, and generates tasks in Airtable. Key functionalities include:
- Capturing completed meeting events through webhooks.
- Extracting relevant meeting details such as transcripts and participants using API calls.
- Generating structured tasks from meeting discussions and sending notifications to clients.
- Webhook Integration: Listens for meeting completion events to trigger subsequent actions.
- API Requests for Data: Pulls necessary details like transcripts and participant information from Fireflies.
- Task and Notification Generation: Automatically creates tasks in Airtable and notifies clients of their responsibilities.
Setup
N8N Workflow
-
Configure the Webhook:
- Set up a webhook to capture meeting completion events and integrate it with Fireflies.
-
Retrieve Meeting Content:
- Use GraphQL API requests to extract meeting details and transcripts, ensuring appropriate authentication through Bearer tokens.
-
AI Processing Setup:
- Define system messages for AI tasks and configure connections to the AI chat model (e.g., OpenAI's GPT) to process transcripts.
-
Task Creation Logic:
- Create structured tasks based on AI output, ensuring necessary details are captured and records are created in Airtable.
-
Client Notifications:
- Use an email node to notify clients about their tasks, ensuring communications are client-specific.
-
Scheduling Follow-Up Calls:
- Set up Google Calendar events if follow-up meetings are required, populating details from the original meeting context.