Not sure if I set up language-detection correctly
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."
}
}
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."
}
}


