Skip to main content

Automate Zoom attendance follow-ups with recordings & Google Sheets tracking

Workflow preview

Workflow preview
100%
Automate Zoom attendance follow-ups with recordings & Google Sheets tracking preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Workflow Overview Zoom Attendance Evaluator with Follow up is an n8n automation workflow that automatically evaluates Zoom meeting attendance and sends follow up emails to no shows and early leaver...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, n8n-nodes-base.zoom, n8n-nodes-base.itemlists, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.googledrive

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by 荒城直也.

Original n8n.io source

1.1 Workflow description

Title
Automate Zoom attendance follow-ups with recordings & Google Sheets tracking
Workflow name
Automate Zoom attendance follow-ups with recordings & Google Sheets tracking

Workflow Overview Zoom Attendance Evaluator with Follow-up is an n8n automation workflow that automatically evaluates Zoom meeting attendance and sends follow-up emails to no-shows and early leavers with recordings and materials. Who's it for

  • Companies and organizations that regularly host online seminars and webinars
  • Educational institutions conducting online classes
  • Anyone looking to streamline participant attendance management and follow-up processes How it works
  1. Scheduled execution: Runs automatically every hour
  2. Fetch meeting data: Retrieves recent Zoom meetings and participant information
  3. Evaluate attendance: Automatically classifies participants into four categories:
    • No-show: 0 minutes attended
    • Early-leaver: Less than 50% attendance
    • Partial attendance: 50-80% attendance
    • Full attendance: Over 80% attendance
  4. Automatic follow-up: Sends automated emails with recording links and materials to no-shows and early leavers
  5. Record keeping: Logs all follow-ups to Google Sheets for tracking Requirements
  • Zoom account: OAuth2 authentication setup required
  • SMTP email server: Configuration needed (Gmail, SendGrid, etc.)
  • Google Drive: For storing handout materials
  • Google Sheets: For attendance logging
  • Credentials for each service configured in n8n How to customize the workflow
  • Adjust attendance thresholds: Modify the 50% and 80% values in the "Evaluate Attendance" node code
  • Change execution frequency: Configure the time interval in the "Schedule Trigger" node
  • Customize email template: Edit subject and body in the "Prepare Email Data" node
  • Next session registration link: Replace the placeholder URL in the code with your actual registration link This workflow completely automates post-meeting follow-up tasks, helping improve participant engagement and reduce manual work.

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 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Sticky Note - Start

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

Block 3 - Get Recent Meetings

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

Block 4 - Sticky Note - Zoom

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

Block 5 - Split Meetings

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

Block 6 - Get Meeting Details

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

Block 7 - Get Attendance Report

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

Block 8 - Sticky Note - Attendance

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

Block 9 - Split Participants

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

Block 10 - Evaluate Attendance

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

Block 11 - Sticky Note - Logic

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

Block 12 - Needs Follow-up?

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

Block 13 - Get Recording Link

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

Block 14 - Get Handout Materials

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

Block 15 - Sticky Note - Resources

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

Block 16 - Prepare Email Data

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

Block 17 - Send Follow-up Email

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

Block 18 - Sticky Note - Email

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

Block 19 - Log to Google Sheets

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

Block 20 - Sticky Note - Logging

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

Block 21 - Sticky Note

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

3. Summary Table

Workflow Automate Zoom attendance follow-ups with recordings & Google Sheets tracking
Complexity advanced
Nodes 21
Categories Ticket Management, AI Summarization
Author 荒城直也
Published 23 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12050/12050.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 Automate Zoom attendance follow-ups with recordings & Google Sheets tracking do?

Workflow Overview Zoom Attendance Evaluator with Follow up is an n8n automation workflow that automatically evaluates Zoom meeting attendance and sends follow up emails to no shows and early leaver...

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 Ticket Management, AI Summarization use case.