I am using the Nylas provided Scheduling component for React. Is it possible to pre-fill the Booking information such as name and email from the url params. Is there any event override for this?
Thank you.
I am using the Nylas provided Scheduling component for React. Is it possible to pre-fill the Booking information such as name and email from the url params. Is there any event override for this?
Thank you.
Hello @alienator Let me ask the Schedule team and will come back to you
For scheduling page this should already work in the hosted pages. If you’re hosting the scheduling page yourself then you can achieve this by passing in the details in bookingInfo prop
@Blag Is it possible for you to share a code sample on how to use this bookingInfo prop?
Thank you for all your help with this!
@alienator I already asked, will post it here when I get it
@Nylanauts Can I please get an update on this? Thank you
Hosted Scheduling Pages | Nylas Docs there is this link that you can pass in the parameter in the url
Alternatively here are the documentation on how to do it through scheduling component in react Using the Scheduling Component | Nylas Docs