Need a Freelancer to Help Finish This (Paid Help)
# 🤝help
b
Hi All I have my bot built, but I need help with deploying it, specifically I want to do the following: 1. customizing the Botpress flow to accept incoming data that can be stored in Variables and used in the flow, I need four variables passed in CustomerName, State, Email and CustomerID 2. initiate chats from a URL, configure the web chat module to recognize query parameters, So I can send the user a URL with params and the chat will open and use those, so I image it will be something like: https://[URLtoPageWithBot]?CustomerName=Fred&State=NSW&Email=fred@me.com&CustomerID=1234455 Looking to get this done asap - thanks!
b
hi , i can help you in that , kindly dm me for the help
a
Check my DM
b
you can hire a Botpress certified expert through our website!
b
Hey guys thanks for the offer... I ended up figuring out most of it myself, thanks to some video posted 4 days ago of a guy doing most of what I want. I ended up using webchat and userData in the init to set variables and use them in the chat. So have this now: "userData": { "Name": "John", "State": "NSW", "Email": "john.doe@example.com", "CustomerID": "12345456" } I'm just left with how to set those variables by the URL.... eg configure the web chat module to recognize query parameters, So I can send the user a URL with params and the chat will open and use those, so I image it will be something like: https://[URLtoPageWithBot]?Name=Fred&State=NSW&Email=fred@me.com&CustomerID=1234455 Any hints greatly appreciated
I solved this with some javascript and a "Get User Data" card on the bot
f
Can I get the video? I want to do something similar
5 Views