I built a voice agent on vapi and have set up 2 automations on make.com to run it.
Automation 1: Sends an api call to vapi to GET request data and triggers calls.
Automation 2:
This is triggered when the call is completed and the end of call report is generated, here Vapi POST request onto my Web Hook, and sends the data.
Now the issue here is i recently added a new webhook link to my Vapi Agent (Published it and saved it as well)
However when i make GET request API calls to my agent through the first automation, or even just a GET request using postman or curl, it retrieves the old webhook URL not the new latest updated and published one.
Also when i run the agent directly through the Vapi web app it works and the latest webhook itself is called, so the issue I'm assuming is purely with the API.
i am not aware why the API is still giving older version data, is this an issue on my end or just a bug? Anything i can do to fix this?