Subject Issue: Vapi Voice Agent Not Processing Web...
# general-english
f
Subject Issue: Vapi Voice Agent Not Processing Webhook Response from Make.com Hello Vapi Community, I'm encountering an issue where my Vapi voice agent doesn't process the response from a Make.com scenario as expected. Here's the setup and the problem: Setup: Vapi Assistant: Configured with a custom tool that triggers a Make.com webhook. Make.com Scenario: Receives the webhook call from Vapi. Performs an HTTP request to fetch the current temperature. Sends back a response using the HTTP Response module with the following: Headers: Content-Type: application/json Body: { "result": "Current temperature in your area is 9.6°C" } When testing the Make.com scenario independently, it works correctly and returns the expected JSON response. However, when the Vapi assistant invokes the tool during a conversation, it responds with: "Sorry, I don't get the temperature." Troubleshooting Attempts: Verified that the HTTP response from Make.com has the correct Content-Type header and JSON body. Ensured that the response is sent immediately after fetching the temperature data. Confirmed that the Vapi tool is correctly configured to expect a result field in the JSON response. Request: Could someone please help me identify what might be causing the Vapi assistant to not process the response from Make.com correctly? Any insights or suggestions would be greatly appreciated. Thank you in advance!
3 Views