ivinaymr
05/03/2025, 10:10 AMVapi Support Bot
05/03/2025, 10:12 AM// Go to Account page in Vapi Dashboard
// Add your endpoint URL to the Server URL field
2. Create a function for appointment booking:
json
{
"name": "bookAppointment",
"description": "Book an appointment",
"parameters": {
"date": "YYYY-MM-DD",
"time": "HH:MM"
}
}
This allows your LLM to call external functions and interact with your appointment system.
Sources:
- [Vapi Documentation Server URL Events](https://docs.vapi.ai/server-url/events)
- [Vapi Documentation Custom LLM Tool Calling Integration](https://docs.vapi.ai/documentation/advanced-concepts/customization/custom-llm/custom-llm-tool-calling-integration)ivinaymr
05/03/2025, 10:16 AMKings_bigđŸ’«
05/03/2025, 10:55 AMEMMANUEL
05/03/2025, 10:59 AM