thick-tealT
VAPI2mo ago
thick-teal

Lead info not being passed in create call API

im trying to pass customer information on a create call request and my workflow will not use the information being passed.
im using the

"assistantOverrides":
{
"variableValues":
{
"lead_address": "adress",
"lead_lastname": "Egas",
"lead_firstname": "Annemarie"
}
},

and in my workflow i have {{lead_firstname}} {{lead_lastname}} {{lead_address}}
what am i doing wrong ?

the call goes through just wont use the client infomation im trying to pass along with it.
Screenshot_2025-11-02_at_9.43.39_PM.png
Was this page helpful?