Skip to main content

Form to meeting: Google Calendar, Zoom, Gmail & Slack booking automation

Workflow preview

Workflow preview
100%
Form to meeting: Google Calendar, Zoom, Gmail & Slack booking automation preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who’s it for Teams that collect meeting requests via a form and want instant, error free scheduling: customer success, sales, education, agencies, and community managers. How it works / What it doe...

Best for

  • Lead Nurturing automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.merge, n8n-nodes-base.set, n8n-nodes-base.googlecalendar, n8n-nodes-base.if, n8n-nodes-base.zoom, n8n-nodes-base.gmail, n8n-nodes-base.slack

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Form to meeting: Google Calendar, Zoom, Gmail & Slack booking automation
Workflow name
Form to meeting: Google Calendar, Zoom, Gmail & Slack booking automation

Who’s it for

Teams that collect meeting requests via a form and want instant, error-free scheduling: customer success, sales, education, agencies, and community managers.

How it works / What it does

This workflow ingests a form submission (name, email, preferred date/time), checks Google Calendar for conflicts, and branches automatically. If the slot is free, it creates a calendar event, spins up a Zoom meeting, emails the guest a confirmation, and posts a Slack summary to your team. If busy, it sends a polite “please pick another time” email. Time handling defaults to Asia/Tokyo and converts to ISO internally to keep downstream integrations consistent.

How to set up

Import the workflow and rename nodes for clarity if needed.

Open the Workflow Configuration (Set) node and adjust variables (calendar ID, meeting duration, Slack channel, sender info).

Map your form fields in Extract Booking Details.

Connect credentials in each service node (Google Calendar, Zoom, Gmail, Slack).

Test once with a real submission.

Requirements

Active accounts and n8n credentials for Google Calendar, Zoom, Gmail, and Slack.

A form or webhook source that sends name, email, and a valid datetime.

How to customize the workflow

Duration & buffers: Change end time calculation in Extract Booking Details.

Time zones: If you accept multiple time zones, normalize before building ISO strings.

Email copy: Personalize confirmation/alternative-time messages and add attachments if desired.

Slack format: Enrich the post with fields (host, Zoom join URL, internal tags).

Routing: Add CRM updates or reminders after the “slot free” branch.

Security note: No hardcoded API keys in HTTP nodes. Configure all credentials via n8n’s credential manager.

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 - Google Forms Webhook1

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

Block 2 - Merge Form Data1

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 3 - Workflow Configuration1

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

Block 4 - Extract Booking Details1

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

Block 5 - Check Calendar Availability1

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.3

Block 6 - Is Time Slot Available?1

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

Block 7 - Create Calendar Event1

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.3

Block 8 - Create Zoom Meeting1

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

Block 9 - Send Confirmation Email1

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

Block 10 - Notify Teammate on Slack1

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 11 - Send Unavailable Email1

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

Block 12 - Sticky: Google Forms Webhook1

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

Block 13 - Sticky: Merge Form Data1

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

Block 14 - Sticky: Workflow Configuration1

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

Block 15 - Sticky: Extract Booking Details1

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

Block 16 - Sticky: Check Calendar Availability1

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

Block 17 - Sticky: Is Time Slot Available?1

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

Block 18 - Sticky: Create Calendar Event1

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

Block 19 - Sticky: Create Zoom Meeting1

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

Block 20 - Sticky: Send Confirmation Email1

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

Block 21 - Sticky: Notify Teammate on Slack1

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

Block 22 - Sticky: Send Unavailable Email1

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

Block 23 - Sticky Note

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

3. Summary Table

Workflow Form to meeting: Google Calendar, Zoom, Gmail & Slack booking automation
Complexity advanced
Nodes 23
Categories Lead Nurturing
Author Takuya Ojima
Published 24 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10104/10104.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 Form to meeting: Google Calendar, Zoom, Gmail & Slack booking automation do?

Who’s it for Teams that collect meeting requests via a form and want instant, error free scheduling: customer success, sales, education, agencies, and community managers. How it works / What it doe...

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 Lead Nurturing use case.