
Build an intelligent appointment booking system that lets customers schedule appointments through natural voice conversations. This workflow connects Vapi AI assistant with Google Calendar to check availability, create appointments, and send professional confirmation emails automatically.
Healthcare providers, consultants, service businesses, coaches, salons, or any business that schedules appointments and wants to automate booking through voice calls.
This workflow creates two powerful tools for your Vapi voice assistant:
Availability Checker: When customers ask about available time slots, the assistant calls this workflow which fetches busy times from Google Calendar, processes them through an AI agent, and returns open slots in natural language.
Appointment Creator: Once the customer confirms their preferred time, the assistant triggers this workflow to create the calendar event and send a branded confirmation email with all appointment details.
The entire booking process happens conversationally without requiring customers to navigate websites or apps.
Availability Flow:
Booking Flow:
1. Activate the Workflow
Import this template and activate it to generate the two webhook URLs.
2. Configure Google Calendar
In both calendar nodes, select your appointment calendar and set your timezone.
3. Connect Gmail
Add your Gmail credentials to the email node and customize the confirmation email template with your branding.
4. Set Business Hours
In the Availability Checker AI agent node, update the system message to reflect your operating hours.
5. Create Vapi Tools
In your Vapi assistant dashboard, add two server tools:
Tool 1: availability_checker
availability_checkerdate (string, required, ISO 8601 format)Tool 2: Creating_the_appointment_and_sending_the_confirmation_email
Creating_the_appointment_and_sending_the_confirmation_emailName, Email, date and time, Appointment type (all strings, all required)6. Update Assistant Prompt
Ensure your Vapi assistant knows when to call each tool based on customer requests.
Download the complete Vapi assistant configuration: vapi-config.json
7. Test End-to-End
Call your Vapi assistant and test the complete booking flow.
Appointment Duration: Change the 30-minute default in the "Create an event" node by modifying the .plus(30, 'mins') expression.
Email Template: Edit the HTML in the "Send confirmation email" node to match your brand colors, logo, and messaging.
Business Hours: Update the system message in the "Availability checker" AI agent node to reflect when you accept appointments.
Timezone: Ensure both Google Calendar nodes use your correct timezone for accurate scheduling.
Calendar Selection: Point both calendar nodes to the same Google Calendar to avoid double-bookings.
Appointment Types: Customize the event description format in the "Create an event" node to include relevant details for your business.
This workflow transforms appointment scheduling from a manual back-and-forth into an automated, professional experience that runs 24/7 through voice conversations.