Hi, I am trying to send an email to non users with a link that takes them to a questionnaire in bubble. How do I make each link being sent unique so I can identify who the responses are from based on the email sent and not have to ask for identifying information in the questionnaire?
in your send email action, you can send them to your page you’ve designed for this and then calculate a random string of characters.
It might look something like this:
[url=https://weouthere.com/email?Calculate Formula: Random String: 128 characters]Complete questionaire[/url]
Calculate Formula is a Bubble operator.
1 Like