I am stuck at what should be ideally be a basic issue. I can't find any documentation on this either.
I am unable to call my APIs in my workflow using VAPI dashboard.
If I use API Request node then I am unable to pass dynamic values of request parameters in the body. I enter {{utterance}} as default value and VAPI sends actual string "{{utterance}}" instead of replacing it with actual value of utterance.
I also tried setting it up as a tool but then there is no way to capture the output of the tool .
Any help on how to move forward with getting value from my backend used in VAPI conversation?