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.
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.
