📅
Connecting Calendly
This Component allows us to book meetings with Calendly Integration.
- Click on the Add button on the Right Sidebar and go to the components tab
- Select Calendly Meeting Booker
.png?alt=media&token=bdaf673a-cd02-4fbd-9514-54a81b7b5c6a)
- Add your Calendly URL in the EmbedUrl input field
.png?alt=media&token=8a76cb03-980e-4858-b44a-21514306ac22)
Our Calendly integration connects automatically with two keys:
name
: This would be the complete name. If for some reason you're asking forfirst_name
andlast_name
, orfull_name
, and you want to keep it that way for (for example) Data Output reasons, you can always create a computed field with thename
key that returns the full name of the user, and that will do the trick.email
: Same as name, if for some reason you need the input field key to be something different, you can create a computed field calledemail
that returns the user's email address.
With those keys returning their proper values everything should be ready to go!
Last modified 1yr ago