Pre-populate invitee information on the scheduling page

From SimplyMeet.me

You can pre-populate the booking page form with an invitee information. SimplyMeet.me will then display an invitee specific information on the booking page.

You can pre-populate:

  • full name
  • email
  • phone number
  • participants emails
  • multiple meetings timeslots

Here is an example link with the client details:

https://app.simplymeet.me/15min-discovery?name=Tom%20Doe&email=tom@example.com&phone=%2B48%20123456789

And this is how the form on the booking page will be pre-populated:

Simplymeet client details in the url.png

The space between words must be separated by %20 char, e.g. "Tom%20Doe" results in "Tom Doe".

The phone query parameter must be prefixed with %2B (which is + sign). Then %20 char and the phone number, which will result in phone number like +48 123456789.


For the participants emails you can use a link like this(including the client name, email & phone number:

https://app.simplymeet.me/15min-discovery?name=Tom%20Doe&email=tom@example.com&phone=%2B48%20123456789&participants[]=testemail@gmail.com&participants[]=testemail2@gmail.com


And for multiple meetings you need to enable Multiple meetings integration.
Please note!

  • You have to indicate the timezone in the url
  • The times in the url should be indicated in the UTC and then the system will calculate the difference either taking the timezone from the corresponding meeting type (if you have timezone fixed there), or calculate the times to be shown to the client on the booking website depending on the time difference with UTC.

Here is the url example:

https://app.simplymeet.me/15min-discovery?name=Tom%20Doe&email=tom@example.com&phone=%2B48%20123456789&participants[]=testemail@gmail.com&participants[]=testemail2@gmail.com&multiple_times[]=2023-11-01%2009:00&multiple_times[]=2023-11-01%2010:00&timezone=Europe/Kyiv