Answered

Can I pass values for name, email and user_id to a third-party survey?

  • 3 December 2021
  • 1 reply
  • 64 views

I'd like to invite users to take an external survey via email and pass their Name, Email and User_ID via the survey link featured in emails. Is this possible?

 

Essentially, I'd like to invite our users to take this video NPS survey via intercom: https://survey.voxpopme.com/jfe/form/SV_cTlE8UVN44Xpw6W?Name={name}&Email={email}&User_ID={user_id}

 

I'd like to invite via email and populate the URL with each user's individual data attributes from the email link. Is this possible and what should the format of the query string parameters be? I've tried a variety of cases and symbols on each attribute (e.g. '{' '{{' ) but can't seem to get the data to populate. Any help would be much appreciated.

 

 

icon

Best answer by Tom H13 6 December 2021, 18:24

View original

1 reply

Just in case anyone else is looking for an answer here, I solved it with {{ }} around the attribute so the link looked like this...

 

https://survey.voxpopme.com/SURVEYLINK?Name={{name}}&Email={{email}}&User_ID={{user_id}}

Reply