Vapi tools only support POST requests by default; ...
# general-english
k
Vapi tools only support POST requests by default; to use a GET method, you’ll need to route the POST call through middleware like Make.com or a custom server that converts it to a GET request.
5 Views