Dmzbreezyy
05/31/2024, 11:23 PMVapi Support
05/31/2024, 11:23 PMVapi Support
05/31/2024, 11:23 PMjson
{
"functions": [
{
"name": "bookAppointment",
"description": "Books an appointment for a specified service and time.",
"parameters": {
"type": "object",
"properties": {
"serviceType": {
"type": "string",
"description": "The type of barber service requested."
},
"barberId": {
"type": "string",
"description": "Identifier for the preferred barber."
},
"dateTime": {
"type": "string",
"description": "The date and time of the appointment in ISO format."
}
}
}
}
]
}
Vapi Support
05/31/2024, 11:23 PMserverUrl
in your Vapi dashboard to point to your server endpoint handling these requests.
For more details on how to implement these custom functions and integrate with external APIs, you can refer to the Vapi documentation on function calling.Chowderr
05/31/2024, 11:37 PMSahil
06/01/2024, 7:14 AMDmzbreezyy
06/01/2024, 7:24 PMChowderr
06/01/2024, 7:26 PMChowderr
06/01/2024, 7:27 PMDmzbreezyy
06/12/2024, 2:35 PMDmzbreezyy
06/12/2024, 2:35 PMSahil
06/12/2024, 2:38 PM