What This Workflow Does
This workflow connects Zoom, OpenAI GPT-4o, email, ClickUp, and Microsoft Outlook to save time after meetings.
It fetches Zoom meetings from the last 24 hours, grabs transcripts, and creates a meeting summary with tasks.
Emails are sent to participants, tasks go to ClickUp, and follow-up meetings schedule in Outlook automatically.
This stops hours of manual work after calls and keeps teams on track.
Who Should Use This Workflow
People who run many Zoom meetings and want to avoid re-listening to calls.
Those who want quick meeting summaries emailed and tasks tracked without extra effort.
Users with ClickUp and Outlook accounts ready to automate follow-ups and task management.
Tools and Services Used
- Zoom API: To list meetings, recordings, transcripts, and participants.
- OpenAI GPT-4o: Creates meeting summaries and detects tasks via AI.
- SMTP Email: Sends formatted meeting summary emails.
- ClickUp API: Creates tasks from meeting action items.
- Microsoft Outlook API: Schedules follow-up meetings.
- n8n Automation: Runs the entire workflow with OAuth2 credentials.
Inputs, Processing Steps, and Outputs
Inputs
- OAuth2 credentials for Zoom, ClickUp, Outlook.
- OpenAI API Key for GPT-4o.
- SMTP Email credentials.
- List of Zoom meetings from last 24 hours.
Processing Steps
- Filter Zoom meetings to last 24 hours.
- Extract transcript download link from Zoom recording.
- Download transcript and clean up raw text.
- Fetch Zoom meeting participants.
- Send transcript and participants info to GPT-4o to generate summary with tasks.
- Format summary as an HTML email.
- Send email to meeting participants.
- Use LangChain agent to parse tasks and schedule follow-ups.
- Create tasks in ClickUp.
- Create calendar events in Outlook for follow-ups.
Outputs
- Summary email sent automatically to participants.
- Tasks created in ClickUp from meeting discussion.
- Follow-up meetings scheduled in Outlook.
How to Use This Workflow in n8n
Download and Import
- Download the workflow file using the Download button on this page.
- Open the n8n editor you have access to.
- Use the menu “Import from File” to upload the workflow JSON file.
Configure Credentials and Settings
- Add or update OAuth2 credentials for Zoom, ClickUp, and Microsoft Outlook in n8n.
- Add your OpenAI API key for GPT-4o.
- Enter your SMTP email credentials for the Email Send node.
- Update any email addresses, ClickUp workspace IDs, folder IDs, or calendar settings if needed.
Test the Workflow
- Run the workflow manually once to check if meetings from the last 24 hours are fetched correctly.
- Verify the transcript download and AI summary generation succeeds.
- Check if the email sends correctly.
- Confirm tasks appear in ClickUp.
- Confirm follow-up meetings appear in Outlook calendar.
Activate for Production
- Enable the workflow by toggling the active switch in n8n.
- Set a trigger like a Cron schedule or use Zoom webhooks for automatic runs.
- Monitor workflow logs for errors once live.
If self hosting n8n is needed, consider self-host n8n for stable server setups.
Edge Cases and Errors
- No transcript or recording: Workflow fails if Zoom does not have transcripts enabled or recordings missing.
- OpenAI errors or empty summaries: Check API key validity and prompt formatting.
- SMTP email fails: Verify SMTP credentials, ports, and “from” address.
Adjust the workflow to skip missing data or alert users for missing transcripts.
Customization Ideas
- Switch the OpenAI model to GPT-3.5-turbo to save costs.
- Send summary emails to all participants, not just the first user.
- Replace ClickUp node with Trello or Asana nodes for different project tools.
- Adjust meeting time filters to cover last 48 hours or custom dates.
- Replace the Manual Trigger with a Zoom webhook trigger to automate after meetings end.
Summary of Benefits and Outcomes
✓ Saves 3 to 5 hours of manual work after each Zoom meeting.
✓ Automatically creates clear, formal meeting summaries via AI.
✓ Sends emails without user typing.
✓ Extracts tasks and creates them in project management.
✓ Schedules follow-up meetings based on discussion.
✓ Keeps teams aligned and reduces missed deadlines.

