Skip to main content

Handle Gmail reply-based scheduling with Google Calendar and GPT-4o-mini

Workflow preview

Workflow preview
100%
Handle Gmail reply-based scheduling with Google Calendar and GPT-4o-mini preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Reply Handling (Optional Extension) This optional workflow handles email replies after availability options have been sent. It extends the main scheduling flow by enabling two way, email based conf...

Best for

  • Personal Productivity automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.googlecalendar, n8n-nodes-base.if, n8n-nodes-base.stickynote, n8n-nodes-base.gmailtrigger, n8n-nodes-base.gmail

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Handle Gmail reply-based scheduling with Google Calendar and GPT-4o-mini
Workflow name
Handle Gmail reply-based scheduling with Google Calendar and GPT-4o-mini

Reply Handling (Optional Extension)

This optional workflow handles email replies after availability options have been sent.

It extends the main scheduling flow by enabling two-way, email-based confirmation.

What this extension does

Listens for user replies via Gmail

Normalizes free-text replies into structured data

Detects whether the user confirmed a proposed slot or requested alternatives

Automatically creates a Google Calendar event on confirmation

Sends a confirmation or follow-up email accordingly

Why this matters

Most scheduling automations stop after sending availability. This extension closes the loop by turning email replies into real actions — without requiring booking links or manual follow-ups.

Typical reply examples

1 → Confirms the suggested time and creates the calendar event

2 → Requests alternative time slots and continues the scheduling flow

When to use this

Email-first scheduling (no Calendly / booking pages)

High-touch or human-like scheduling flows

Sales calls, interviews, consultations, internal meetings

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

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

Block 2 - Sample Input

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

Block 3 - Message a model

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.1

Block 4 - Prepare Calendar Payload

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

Block 5 - Get availability in a calendar

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

Block 6 - If

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

Block 7 - Create an event

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

Block 8 - Sticky Note

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

Block 9 - Sticky Note1

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

Block 10 - Sticky Note2

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

Block 11 - Sticky Note3

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

Block 12 - Sticky Note4

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

Block 13 - Build Alternative Slots

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

Block 14 - Sticky Note5

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

Block 15 - Gmail Trigger (User Reply)

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

Block 16 - Normalize Incoming Reply

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

Block 17 - Check Selected Option (1 or 2)

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

Block 18 - Prepare Confirmed Slot Data

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

Block 19 - Prepare Alternative Request

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

Block 20 - Is Valid Confirmation

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

Block 21 - Create Calendar Event

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

Block 22 - Send Confirmation Email

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

Block 23 - Request Alternative Slots

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

3. Summary Table

Workflow Handle Gmail reply-based scheduling with Google Calendar and GPT-4o-mini
Complexity advanced
Nodes 23
Categories Personal Productivity
Author kota
Published 26 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12167/12167.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 Handle Gmail reply-based scheduling with Google Calendar and GPT-4o-mini do?

Reply Handling (Optional Extension) This optional workflow handles email replies after availability options have been sent. It extends the main scheduling flow by enabling two way, email based conf...

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 Personal Productivity use case.