Block 1 - 1. CONFIGURATION (EDIT ME)
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
This workflow is provided as-is. Please review and test before using in production.
What this template does Connect a Vapi AI voice agent to Google Calendar to capture contact details and auto book appointments. The agent asks for name, address, service type, and a preferred time....
n8n-nodes-base.set, n8n-nodes-base.webhook, n8n-nodes-base.switch, n8n-nodes-base.code, n8n-nodes-base.respondtowebhook, n8n-nodes-base.stickynote, n8n-nodes-base.googlecalendar
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Francisco Rivera.
Original n8n.io sourceConnect a Vapi AI voice agent to Google Calendar to capture contact details and auto-book appointments. The agent asks for name, address, service type, and a preferred time. The workflow checks availability and either proposes times or books the slot—no code needed.
checkAvailability → calendar lookup pathbookAppointment → create event path> Sticky notes in the canvas show exactly what to edit (required by n8n). No API keys are hardcoded; Google uses OAuth credentials.
toolCalls.Create two Custom Tools in Vapi and attach them to the assistant:
Tool 1: checkAvailability
initialSearchDateTime (string, ISO-8601 with timezone offset, e.g. 2025-09-09T09:00:00-05:00)Tool 2: bookAppointment
startDateTime (string, ISO-8601 with tz)endDateTime (string, ISO-8601 with tz)clientName (string)propertyAddress (string)serviceType (string)> The Switch node routes based on message.toolCalls[0].function.name. If the names differ, nothing will run.
Open 1. CONFIGURATION (EDIT ME) and set:
timeZone (e.g. America/New_York)workdayStartHour / workdayEndHour (24h integers)meetingDurationMinutes (e.g. 30 or 60)bufferBeforeMinutes / bufferAfterMinutes (e.g. 15)bookingCadenceMinutes (e.g. 30)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.
| Workflow | Automated voice appointment booking with Vapi AI and Google Calendar |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Francisco Rivera |
| Published | 26 Sept 2025 |
Use the JSON export at /data/workflows/8972/8972.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
What this template does Connect a Vapi AI voice agent to Google Calendar to capture contact details and auto book appointments. The agent asks for name, address, service type, and a preferred time....
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.