im trying to pass customer information on a create...
# general-english
s
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": "address", "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.