Steve.teichmann
03/02/2025, 1:20 PMVapi Support Bot
03/02/2025, 1:21 PMjson
{
"date": "{{now | date: 'YYYY-MM-DD', 'Europe/Berlin'}}"
}
This will give you the correct date for tomorrow based on the user's timezone.
4. **Confirmation Message**: Always confirm the appointment details in the user's local timezone before finalizing. For example:
plaintext
"Great, I've scheduled your appointment for tomorrow at [appointment_time] your local time (Europe/Berlin). Please confirm that this is correct."
By following these steps, you should be able to handle requests for "tomorrow" effectively! If you have any more questions or need further assistance, feel free to ask! 🌟
Sources:
- [Detailed Report: Providing Date and Time Data to the VAPI Agent for Booking Appointments](https://discord.com/channels/1211482211119796234/1211483291191083018/1275993578950103141)
- [Detailed Report on Date and Time Input Format in VAPI Model for Scheduling Appointments](https://discord.com/channels/1211482211119796234/1211483291191083018/1336345690393149452)
- [Detailed Report on Vapi's Handling of Relative Dates](https://discord.com/channels/1211482211119796234/1211483291191083018/1275993578950103141)LLMUser995
03/03/2025, 12:04 AMShubham Bajaj
03/03/2025, 1:55 PM