πŸ’¬ WhatsApp appointment scheduling with Google Calendar

⚑ 1,248 views Β· πŸ’¬ Support Chatbots

Description

Who is this for?

This workflow is for service-based businesses and freelancers who want to automate booking appointments via WhatsApp without relying on third-party scheduling tools. It’s perfect for small teams who want full control over the reservation system and calendar integration.

What problem is this workflow solving?

Manually coordinating bookings through messages can be inefficient and error-prone. This workflow streamlines the entire scheduling process-from user input to calendar event creation-saving time and avoiding double-bookings. It ensures users only choose from available time slots and automatically records the meeting in your Google Calendar.

What this workflow does

Setup

  1. Create Tables in Postgres DB
    • Open the provided SQL script and replace β€œn8n” with your Postgres schema name.
    • Execute the script to create the required tables.
  2. Add Credentials
    • WhatsApp: Set up your WhatsApp Business API credentials using OAuth and API keys.
    • Postgres: Connect your database where the booking data will be stored.
    • Google Calendar: Authorize access to your calendar for event creation.

πŸ”— Nodes Used

Postgres, Google Calendar, WhatsApp Business Cloud, Summarize, WhatsApp Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup