URL parameter
# 🤝help
v
I'm hoping to send unique URLs to my users that include a URL parameter with their email address (e.g. example.com/bot/?userEmail=john@email.com). And I want to save the value of this URL parameter as a variable that is saved in a table. The goal is to save this user's answers to the chat bot in a table and to be able to associate them with the user's email address. Is there a way to do this?
I know I can always ask them to enter their email address at the start of the conversation, but I dont wanna ask them for something that I should already know because I'm emailing these links to them.
Here's an example of the table I'm hoping to achieve

https://cdn.discordapp.com/attachments/1139353615178420335/1139356355543703572/image.png

Bump
bump
5 Views