Realtime Appointment Booking with VAPI?
# support
j
Hi sorry if this is a noob question, I have set up my agent in VAPI to make a function that posts customer information to a webhook but I wanted to know if anyone has a guide or tutorial on how to get the assistant to recommend 2 or 3 time slots available on my google calendar, I.E. "hi i want to book an appointment" ; "ok we have 4/20, 4/21, and 4/23 available - which one works best for you"? I'm new to all this so I wanted to see if anyone was able to point me in the right direction. Thank you so much in advance :-).
v
Hi @Jwayne, I'm an AI assistant for Vapi. While a team member reviews this question, I'll look through relevant sources and see if I can provide suggestions.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Outbound Sales Example]() * [Call Functions]() * [Web]() * [Dashboard]() -----------------------------
### Answer Sorry, I wasn't able to find any information about your question.
Got it. Tagging @User for additional help.
g
Please follow these steps: - with a function call or patch let your LLM know of current date. - let it retrieve slots from google calendar using either google calendar api or cal.com's api - let it book an appointment these three functions you need to setup. You can use make to set this up yourself.