Skip to main content

Automate WhatsApp booking system with GPT-4 Assistant, Cal.com and SMS reminders

Workflow preview

Workflow preview
100%
Automate WhatsApp booking system with GPT-4 Assistant, Cal.com and SMS reminders 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 powered WhatsApp booking system with instant SMS confirmations Who is this for? This workflow is designed for solo entrepre...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.switch, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.googlesheetstool, @n8n/n8n-nodes-langchain.toolhttprequest

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate WhatsApp booking system with GPT-4 Assistant, Cal.com and SMS reminders
Workflow name
Automate WhatsApp booking system with GPT-4 Assistant, Cal.com and SMS reminders

AI-powered WhatsApp booking system with instant SMS confirmations

Who is this for?

This workflow is designed for solo entrepreneurs, consultants, coaches, clinics, or any business that handles client appointments and wants to automate the entire scheduling experience via WhatsApp β€” without the need for live agents.

What problem is this workflow solving?

Responding to inbound messages, collecting booking details, suggesting available times, and sending reminders can be a huge time drain. This workflow eliminates manual handling by:

  • Automating WhatsApp conversations with an AI assistant
  • Booking appointments directly into Cal.com
  • Sending timely SMS reminders before appointments

It ensures you never miss a lead or a follow-up β€” even while you sleep.

What this workflow does

From a single WhatsApp message, the workflow:

  1. Triggers via a WhatsApp webhook
  2. Uses GPT-4 to handle conversation flow and qualify the prospect
  3. Collects name, email, selected service
  4. Calls Cal.com API to fetch available time slots
  5. Books the appointment and stores it in Google Sheets
  6. Sends a confirmation message via WhatsApp
  7. Periodically scans for upcoming appointments
  8. Sends SMS reminders to clients 2 hours before their session

Setup

  1. Connect your Webhook node to a WhatsApp API (e.g., 360dialog, Twilio, or Ultramsg)
  2. Add your OpenAI API key for the GPT-4 nodes
  3. Configure your Cal.com API key and set your calendar ID
  4. Link your Google Sheets with fields like: name, email, date, time, status, reminder_sent
  5. Connect your SMS service (e.g., sms77) with API credentials
  6. Adjust the schedule in the reminder node as needed

How to customize this workflow to your needs

  • Change the language or tone of the AI assistant by editing the system prompt in the GPT node
  • Filter available time slots by service, team member, or duration
  • Modify the reminder timing (e.g., 1 hour before, 24h before, etc.)
  • Add conditional logic to route users to different booking flows based on their responses
  • Integrate additional CRMs or notification channels like email or Slack

πŸ“„ Documentation: Notion Guide


Need help customizing?

Contact me for consulting and support : Linkedin / Youtube

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note3

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

Block 4 - Webhook Trigger (WhatsApp Input)

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

Block 5 - Switch: Confirm vs Chat Flow

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

Block 6 - AI Booking Assistant (Dr Firas)

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

Block 7 - LLM: GPT-4o Chat Model

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

Block 8 - AI Conversation Memory

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

Block 9 - Create New Prospect in Google Sheet

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

Block 10 - Update Prospect with Booking Details

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

Block 11 - Fetch Available Time Slots

Type / Role
@n8n/n8n-nodes-langchain.toolHttpRequest - toolHttpRequest
Config choices
Version 1.1

Block 12 - Send Response to WhatsApp

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 13 - Retrieve Prospect Details

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

Block 14 - Normalize Booking Time (UTC Format)

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

Block 15 - Send Booking

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

Block 16 - Format Date for Readability (Display)

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

Block 17 - Check Booking Status (Success or Error)

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

Block 18 - Webhook Response: Booking Confirmed

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 19 - Webhook Response: Booking Failed

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 20 - Mark Booking as Confirmed in Sheet

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

Block 21 - Trigger: Check Appointments Every Hour

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

Block 22 - Read Upcoming Appointments from Sheet

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

Block 23 - Filter Appointments Within Next 2 Hours

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

Block 24 - Send SMS Reminder

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

Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automate WhatsApp booking system with GPT-4 Assistant, Cal.com and SMS reminders
Complexity advanced
Nodes 25
Categories Support Chatbot, AI Chatbot
Author Dr. Firas
Published 16 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4949/4949.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 WhatsApp booking system with GPT-4 Assistant, Cal.com and SMS reminders do?

AI powered WhatsApp booking system with instant SMS confirmations Who is this for? This workflow is designed for solo entrepre...

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.