Skip to main content

Zoom AI meeting assistant creates mail summary, ClickUp tasks and follow-up call

Workflow preview

Workflow preview
100%
Zoom AI meeting assistant creates mail summary, ClickUp tasks and follow-up call preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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 ...

Best for

  • Project Management automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.stopanderror, n8n-nodes-base.zoom, n8n-nodes-base.set, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.extractfromfile, n8n-nodes-base.code

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Friedemann Schuetz.

Original n8n.io source

1.1 Workflow description

Title
Zoom AI meeting assistant creates mail summary, ClickUp tasks and follow-up call
Workflow name
Zoom AI meeting assistant creates mail summary, ClickUp tasks and follow-up call

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:

  1. manual trigger (Can be replaced by a scheduled trigger or a webhook)
  2. retrieval of of Zoom meeting data
  3. filter the events of the last 24 hours
  4. retrieval of transcripts and extract of the text
  5. creating a meeting summary, format to html and send per mail
  6. 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!

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - No Recording/Transcript available

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 3 - Zoom: Get data of last meeting

Type / Role
n8n-nodes-base.zoom - zoom
Config choices
Version 1

Block 4 - Filter transcript URL

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Filter: Only 1 item

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 6 - Zoom: Get transcript file

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - Extract text from transcript file

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1

Block 8 - Format transcript text

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 9 - Zoom: Get participants data

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Sort for mail delivery

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Format to html

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Send meeting summary

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

Block 13 - Create tasks

Type / Role
@n8n/n8n-nodes-langchain.toolWorkflow - toolWorkflow
Config choices
Version 1.3

Block 14 - Create tasks and follow-up call

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.7

Block 15 - Create follow-up call

Type / Role
n8n-nodes-base.microsoftOutlookTool - microsoftOutlookTool
Config choices
Version 2

Block 16 - Filter: Last 24 hours

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 17 - Execute Workflow Trigger

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1

Block 18 - Split Out

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 19 - ClickUp

Type / Role
n8n-nodes-base.clickUp - clickUp
Config choices
Version 1

Block 20 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Zoom: Get transcripts data

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 23 - Anthropic Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.3

Block 24 - Think

Type / Role
@n8n/n8n-nodes-langchain.toolThink - toolThink
Config choices
Version 1

Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Zoom AI meeting assistant creates mail summary, ClickUp tasks and follow-up call
Complexity advanced
Nodes 25
Categories Project Management, AI Summarization
Author Friedemann Schuetz
Published 25 Jan 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2800/2800.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Zoom AI meeting assistant creates mail summary, ClickUp tasks and follow-up call do?

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 ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Project Management, AI Summarization use case.