Not sure if I set up language-detection correctly
# support
d
I know for sure everything on Make's end is set up properly but not sure what's going on. First try I did see the function show up in make's webhook but the issue was the parameter was empty. I made some changes in vapi (image attached to this post) now make's webhook isn't getting the function at all. Did I do something wrong? I used this as the sample function payload: { "event": "language_detected", "data": { "call_id": "abcd1234", "caller_id": "+1234567890", "detected_language": "es", "transcription": "Hola, necesito ayuda con mi pedido." } } https://cdn.discordapp.com/attachments/1244172961288687636/1244172961594998826/image.png?ex=665425dd&is=6652d45d&hm=079952448a401924b934b46303d7a75d8a6121d6e85cd9a90a917557cddb871c&
v
Hi @Doug, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Server URLs]() * [Glossary]() * [Web Calling]() * [Vapi Web SDK]() -----------------------------
### Answer It sounds like there might be an issue with how the webhook is set up or being triggered from Vapi's side. If the webhook worked initially but stopped after changes were made, it's essential to ensure the payload or the function calling criteria hasn't been altered in a way that prevents the webhook from firing. 1. Check the Server URL Configuration: Verify the server URL is correctly set up in Vapi to point to your Make.com webhook. You can refer to the setup guide for server URLs to ensure everything is configured properly [(1)]() . 2. Review the Function Calls: Ensure that the function calls are properly defined and that they match the expected parameters from Make.com. Misconfiguration here could lead to empty parameters or no data being sent . 3. Debugging Tips: - Check Logs: Look at the logs in Vapi's dashboard if available, to see if there's an indication of what might be going wrong. - Test with Static Data: Temporarily hardcode some test data in your Vapi function call to see if the issue is with the data generation or the webhook call itself. 4. Webhook Settings on Make.com: Double-check if there are any settings on Make.com that might be filtering out incoming calls from Vapi based on certain conditions. If you've gone through these steps and still face issues, it might be beneficial to revisit the changes made in Vapi after the first successful attempt and incrementally apply changes to isolate the issue.
Another update: I realized I need to have Function Call in Server Messages, but the Parameters are still empty on test
v
Glad I could be helpful. Feel free to create a new thread with any new questions you may have.
Glad I could be helpful. Feel free to create a new thread with any new questions you may have.