How can i get Google meet link in response when i fetch a particular booking data?

How can i get Google meet link in response when i fetch a particular booking data?

@shadab.shaikh There isn’t an easy way to get the Google Meet link from the booking data. It can be inferred from the Ref # and the booking URL though. Something like {URL}/googlemeet/{REF}, the Ref # in the booking object won’t have “-” as it would need. I will talk with the development team on a way to surface the meeting link in the booking object.

The other option would be to use a webhook to send the data from YCBM to another system like Zapier. This would be the above {URL}/googlemeet/{REF} or just {GOOGLEMEET-LINK}