Guys, I was creating a tool with vapi and get an i...
# general-english
s
Guys, I was creating a tool with vapi and get an issue while calling the tool. I have the server part setup like this. Can someone tell me, what is the right way to do it? I will be taking the order id from the user "server": { "url": "https://api.inspecthoa.com/power_automate/order_details?order_id={order_id}", "timeoutSeconds": 20, "secret": "wmpaZ1a5sH", "headers": { "Authorization": "fhgfhgf", "Content-Type": "application/json", "order_id": "{{order_id}}" } }