rubber-blueR
VAPI2mo ago
rubber-blue

Assistant resumeUrl not being used

I have the following use case:

  1. Caller wants to reschedule a booking
  2. VAPI uses tool that enables n8n to collect information about the inquired booking and return "success" if tool found the appointment.
  3. Using an API call I update the resumeURL for assistant.server.url via PATCH https://api.vapi.ai/assistant/:id
  4. I then request VAPI assistant to confirm its the correct booking by asking the caller to confirm their name.
  5. Once confirmed, I want VAPI to resume my n8n workflow by calling a tool that will continue to update/cancel a booking. I intentionally leave the server URL field of the tool empty as documentation mentions the priority will default up the ladder to the assistant server url.
This is where my issue arises, it does not default to the assistant server url (i can see it was set successfuly via the API call response) in turn erroring out my workflow and agent.
Was this page helpful?