Vapi helps developers build, test, and deploy voice agents at scale. We enable everything in between the raw models and production, including telephony, test suites, and real-time analytics.
You need to write the logic for it. What you need is a transient assistant, which means that whenever a call is made to your number then vapi will collect your assistant configuration from your server URL by making a request to your server URL along with the necessary parameters like their phone number. So, on the basis of their phone number, you can write the logic and modify it.
This is a sample example repo on how to extend Vapi functionalities and deploy it on Vercel Edge Functions. - GitHub - VapiAI/server-side-example-serverless-vercel: This is a sample example repo o...
I am having trouble finding how to trigger a function call when someone says their first name. Do we need to add function in the prompt whenever I need a specific answer?