Skip to main content

Doctor appointment scheduler with Telegram, Gemini AI, and Google Sheets

Workflow preview

Workflow preview
100%
Doctor appointment scheduler with Telegram, Gemini AI, and Google Sheets preview
Open on n8n.io

Important notice

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

1. Workflow Overview

AI Doctor’s Appointment Scheduler – Process Flow User Interaction via Telegram: The user sends a text or voice message through Telegram requesting a doctor’s appointment. Input Processing: The AI a...

Best for

  • Support Chatbot automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.agent, n8n-nodes-base.telegramtrigger, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.googlesheetstool, n8n-nodes-base.telegram, n8n-nodes-base.switch, @n8n/n8n-nodes-langchain.googlegemini

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Doctor appointment scheduler with Telegram, Gemini AI, and Google Sheets
Workflow name
Doctor appointment scheduler with Telegram, Gemini AI, and Google Sheets

AI Doctor’s Appointment Scheduler – Process Flow

User Interaction via Telegram:

The user sends a text or voice message through Telegram requesting a doctor’s appointment.

Input Processing:

The AI agent receives and interprets the user’s message to identify the doctor’s name, preferred date, and time.

Doctor Information Retrieval:

The agent accesses the doctor’s details stored in Google Sheets (or an Excel file).

Schedule Verification:

It checks the doctor’s availability for the requested date and time using the doctor’s schedule ledger or database.

Availability Response:

If the doctor is already booked, the agent informs the user and suggests alternative available slots.

If the doctor is available, the agent proceeds to confirm the appointment details with the user.

Appointment Confirmation & Booking:

Once the user confirms, the agent records the appointment details in the Excel sheet (or Google Sheet).

Confirmation Notification:

The agent sends a confirmation message to the user through Telegram, summarizing the appointment details (doctor name, date, and time).

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 - AI Agent

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

Block 2 - Telegram Trigger

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

Block 3 - Google Gemini Chat Model

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

Block 4 - Simple Memory

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

Block 5 - Doctor_Info

Type / Role
n8n-nodes-base.googleSheetsTool - googleSheetsTool
Config choices
Version 4.7

Block 6 - Send a text message

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

Block 7 - Send a chat action

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

Block 8 - Dr Karan Singh

Type / Role
n8n-nodes-base.googleSheetsTool - googleSheetsTool
Config choices
Version 4.7

Block 9 - Dr Arjun Mehta

Type / Role
n8n-nodes-base.googleSheetsTool - googleSheetsTool
Config choices
Version 4.7

Block 10 - Dr Karan Singh Append Row

Type / Role
n8n-nodes-base.googleSheetsTool - googleSheetsTool
Config choices
Version 4.7

Block 11 - Dr Arjun Mehta Append Row

Type / Role
n8n-nodes-base.googleSheetsTool - googleSheetsTool
Config choices
Version 4.7

Block 12 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.3

Block 13 - Get a file

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

Block 14 - Transcribe a recording

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

Block 15 - Edit Fields

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

Block 16 - Edit Fields1

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

Block 17 - Sticky Note

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

Block 18 - Sticky Note1

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

3. Summary Table

Workflow Doctor appointment scheduler with Telegram, Gemini AI, and Google Sheets
Complexity advanced
Nodes 18
Categories Support Chatbot, AI Chatbot
Author Abdul Matheen
Published 21 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9984/9984.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 Doctor appointment scheduler with Telegram, Gemini AI, and Google Sheets do?

AI Doctor’s Appointment Scheduler – Process Flow User Interaction via Telegram: The user sends a text or voice message through Telegram requesting a doctor’s appointment. Input Processing: The AI a...

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 Support Chatbot, AI Chatbot use case.