I’m struggling to obtain the conference URL.
My Situation:
-
I confirmed that the confirmation email sent by Nylas contains the URL.
-
However, I want full customization, so I disabled the confirmation email by setting
disable_emails=true
on POST/v3/grants/<NYLAS_GRANT_ID>/scheduling/configurations/
.
What I Tried:
-
I checked the GET and POST
/v3/scheduling/bookings
API, but it does not provide the URL. -
I checked the
booking.created
notification webhook, but it does not include the URL (I confirmedlocation
become empty). -
I examined the
bookedEventInfo
event of the NylasSchedulingComponent, but it does not contain the URL.
I found an article, but it seems outdated (links are broken):