Assistant resumeUrl not being used
I have the following use case:
- Caller wants to reschedule a booking
- VAPI uses tool that enables n8n to collect information about the inquired booking and return "success" if tool found the appointment.
- Using an API call I update the resumeURL for assistant.server.url via PATCH
https://api.vapi.ai/assistant/:id - I then request VAPI assistant to confirm its the correct booking by asking the caller to confirm their name.
- 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.