Create object variables in prefilledVariables on start bot

His, is possible to pass an object in prefilledVariables, as the 'contact' below? If yes, how can I access 'contact.name' into my flow? const reqData = { typebot: TypebotName, prefilledVariables: { number: '929292920000', contact: {id:1, name:'John', address:'xxx',...others keys} } }; const { data } = await axios.post( TypebotUrl, reqData );
4 Replies
Baptiste
Baptiste2y ago
No, that's not possible, variables only work with string or a list of strings 🙏
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
LuizAlves
LuizAlvesOP2y ago
Thank you, I will try it
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?