Zoom AI Meeting Assistant creates mail summary, ClickUp tasks and follow-up call

Go to Workflow
11,796 views
Built by Friedemann Schuetz Friedemann Schuetz
Created on June 05, 2026

Description

Update 19-04-2025
Change from OpenAI to Claude 3.7 Sonnet module
Adding the Think Tool

The update enables significantly better results to be achieved. This is particularly noticeable during longer meetings!

What this workflow does
This workflow retrieves the Zoom meeting data from the last 24 hours. The transcript of the last meeting is then retrieved, processed, a summary is created using AI and sent to all participants by email.
AI is then used to create tasks and follow-up appointments based on the content of the meeting.

Important: You need a Zoom Workspace Pro account and must have activated Cloud Recording/Transcripts!

This workflow has the following sequence:

manual trigger (Can be replaced by a scheduled trigger or a webhook)
retrieval of of Zoom meeting data
filter the events of the last 24 hours
retrieval of transcripts and extract of the text
creating a meeting summary, format to html and send per mail
create tasks and follow-up call (if discussed in the meeting) in ClickUp/Outlook (can be replaced by Gmail, Airtable, and so forth) via sub workflow

Requirements:
Zoom Workspace (via API and HTTP Request): Documentation
Microsoft Outlook: Documentation
ClickUp: Documentation
AI API access (e.g. via OpenAI, Anthropic, Google or Ollama)
SMTP access data (for sending the mail)

You must set up the individual sub-workflows as separate workflows. Then set the “Execute workflow trigger” here. Then select the corresponding sub-workflow in the AI Agent Tools.
You can select the number of domains yourself. If the data queries are not required, simply delete the corresponding tool (e.g. “Analytics_Domain_5).

Feel free to contact me via LinkedIn, if you have any questions!

Nodes Used (9)

AI Agent
@n8n/n8n-nodes-langchain.agent
Anthropic Chat Model
@n8n/n8n-nodes-langchain.lmChatAnthropic
Call n8n Workflow Tool
@n8n/n8n-nodes-langchain.toolWorkflow
ClickUp
n8n-nodes-base.clickUp
Code
n8n-nodes-base.code
HTTP Request
n8n-nodes-base.httpRequest
Send Email
n8n-nodes-base.emailSend
Think Tool
@n8n/n8n-nodes-langchain.toolThink
Zoom
n8n-nodes-base.zoom