Hey guys I am developing a website with some kind ...
# feature-requests
g
Hey guys I am developing a website with some kind of client Voice Agent dashboard...the goal of the dashboard is to limit the people from fiddling inside the Vapi dashboard and possibly break stuff 😄 I want to add functionality to it, where our clients can change the First Message field - which VAPI AI uses. I created a simple form with one text field labeled "Enter New First Message" and a submit button. I also coded a JS event listener that uses my VAPI API key with coresponding Assistant ID and bearer token to send HTTP Patch request. It goes through, but it doesnt update the AI First message inside the VAPI Dashboard... Any solution on how to achieve this, ideas, or if its even possible?
3 Views