Q: Can schedulers' names, email, phone be passed into the scheduler or to a thank you page as a URL parameter?
Our clients have membership platforms they are apart of. From there, we have their name and email. So if they click on a schedule meeting button can we pass their info to the scheduler?
Example: domain.com/schedule?email=useremail@theirdomain.com

CameloHQ
May 4, 2025A: Hello, could you please elaborate more on your request?
More detailed example:
User completes a survey or form. They have entered their name and email on it. We them have the form redirect to a page where your scheduler appears. In the URL, we pass the parameters for first name, last name, and email. Something like schedulerdomain.com/book?fname=John&lname=Smith&email=johnsmith@domain.com - This would prefill the data fields on the scheduler page.