How to set async:false on my tool?
# support
v
You can continue this conversation by mentioning me in the message.
@mattjamesbtc To set
async: false
on your tool, you would typically need to adjust the configuration settings of your tool. If you're referring to a specific setting within the VAPI system, please provide more context or the specific tool you're using so I can give you a more accurate instruction. If there's a configuration file or a settings panel, look for an option to set asynchronous behavior and change it to false. If you need assistance with a specific tool or command, please let me know the details, and I'll be happy to help!
m
tool ID 07532f8f-d775-411c-8fa3-fde836938d5c
s
By default it's async is false.
m
when i test it, it succesfully triggers my make.com scenario and webhook response is given, but the phone agent says there was a problem
i set it up via tools and via functions and i got it to go through the make.com scenario so it returns the data i want, but the voice agent still isnt outputting the result
i confirmed async is set to false
so im not sure why the voice agent isn't returning the result
s
Can you show me how you are sending back the result?
m
just through the "respond to a function call" vapi module in my make.com scenario
s
You are sending the response in wrong format.
Do it in this format and it will work