Skip to main content

Extract meeting insights and ClickUp tasks with ChatGPT, Google Sheets and Gmail

Workflow preview

Workflow preview
100%
Extract meeting insights and ClickUp tasks with ChatGPT, Google Sheets and Gmail preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow collects a meeting transcript via an n8n Form, uses OpenAI (ChatGPT) to extract structured meeting intelligence, logs the results to Google Sheets, creates one ClickUp ...

Best for

  • Document Extraction automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.googlesheets, n8n-nodes-base.splitout, n8n-nodes-base.if

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Extract meeting insights and ClickUp tasks with ChatGPT, Google Sheets and Gmail
Workflow name
Extract meeting insights and ClickUp tasks with ChatGPT, Google Sheets and Gmail

Quick overview

This workflow collects a meeting transcript via an n8n Form, uses OpenAI (ChatGPT) to extract structured meeting intelligence, logs the results to Google Sheets, creates one ClickUp task per action item, and emails an HTML meeting brief via Gmail.

How it works

  1. Receives a submission from an n8n Form containing the meeting title, date, participants, duration, and full transcript.
  2. Validates the transcript length, calculates word and participant counts, and assigns a unique meeting ID.
  3. Sends the meeting context to OpenAI (ChatGPT) to extract a strict JSON object with the summary, key topics, decisions, action items, risks, follow-up date, and sentiment.
  4. Parses and normalizes the AI JSON output, then prepares formatted strings for reporting and downstream systems.
  5. Appends the meeting record to a Google Sheets “Meetings” worksheet.
  6. Splits the extracted action items into individual entries and creates a ClickUp task for each valid action item.
  7. Sends the formatted HTML meeting brief to the configured team email address using Gmail.

Setup

  1. Add an OpenAI API credential in the OpenAI Chat Model node and select the model to use.
  2. Connect Google Sheets OAuth credentials, set the target spreadsheet ID, and ensure a “Meetings” sheet exists with columns matching the fields being appended.
  3. Provide a ClickUp API token and replace the ClickUp List ID in the HTTP request URL so tasks are created in the correct list.
  4. Connect Gmail OAuth credentials and set the recipient email address for the meeting brief.
  5. Activate the workflow and use the generated Form URL to submit meeting transcripts from your team.

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

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

Block 2 - Section — Transcript Input and Validation

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

Block 3 - Section — AI Intelligence Extraction

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

Block 4 - Section — Parse, Log, Create Tasks, and Email

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

Block 5 - 1. Form — Paste Meeting Transcript

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

Block 6 - 2. Code — Validate and Prepare

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

Block 7 - 3. AI Agent — Extract Meeting Intelligence

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

Block 8 - OpenAI Chat Model

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

Block 9 - 4. Code — Parse and Structure Intelligence

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

Block 10 - 5. Google Sheets — Log Meeting

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 11 - 6. Split Out — One Action Item at a Time

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

Block 12 - 7. IF — Has Valid Action Item?

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

Block 13 - 8. ClickUp — Create Task per Action Item

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

Block 14 - 9. Gmail — Send Meeting Brief

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

3. Summary Table

Workflow Extract meeting insights and ClickUp tasks with ChatGPT, Google Sheets and Gmail
Complexity intermediate
Nodes 14
Categories Document Extraction, AI Summarization
Author isaWOW
Published 19 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16509/16509.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 Extract meeting insights and ClickUp tasks with ChatGPT, Google Sheets and Gmail do?

Quick overview This workflow collects a meeting transcript via an n8n Form, uses OpenAI (ChatGPT) to extract structured meeting intelligence, logs the results to Google Sheets, creates one ClickUp ...

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 Document Extraction, AI Summarization use case.