I'm really struggling to get a good response out of the system and I'm trying to do the simplest thing.
i'm using a server url. it is reaching my server. my server is responding with this:
{ "result": { "lincolns_birthday": "5/5/25", "email": "test@email.com" } }
in my vapi voice script I have
tell the user lincolns birthday is {{ lincolns_birthday }}
and it does not work, it give me abe lincoln's birthday not my son lincoln who i told it was 5/5/25.
there's gotta be an easy solution for this i am trying too much stuff