Storing Call Data and Metadata via Vapi API Post-Call Request
Is there a way to send an API request to the user's server at the end of a call? This request should include data collected during the conversation, along with metadata such as the user's name and phone number that was provided when creating the call using the Vapi Create Call API. I am planning on storing this information in database. I already have person's name and phone number through vapi voice assistant, I want to call that person and collect appointment date and time. and finally store all this data (name, phone, date and time) in my database.