Using Vapi Tools to create AI appointment setter with Google Calendar
Hello Everyone,
As most of you know that functions have been depreciated in favor of tools and tools have a little different setup than functions.. So I have created this video to showcase how to setup AI appointment setter agent with Google calendar with Vapi Tools..
Recently made a video on connecting vapi with Google calendar but he used functions, so to connect his template with a tool, just make sure that the webhook response is in this format.
{
"results": [
{
"toolCallId": "X",
"result": "Y"
}
]
}
You can watch my video, as I go over this and if you have any questions just message me.
13
4 comments
Using Vapi Tools to create AI appointment setter with Google Calendar