I found a bug in Nylas. I created a configuration with a participant and the GET API returns my correct name and email (in the data.participants list):
https://api.us.nylas.com/v3/grants/<NYLAS_GRANT_ID>/scheduling/configurations/<SCHEDULER_CONFIG_ID>
Lets say the participant list for my Configuration is:
email: jon.olson@nylas.com
name: jon olson
The bug is when I book an event (on the same configuration) and receive the booking.created webhook event. The booking.created webhook event shows the name and email of the end user who is booking, but it shows a blank string (ie: “”) for the name of the configuration participant “jon olson” (it shows the email correctly).
-Jon