As an update to my last post, we have now got automation of bookings to work successfully by creating a custom connector as shown here and using the Graph-API calls to pull data from bookings.
I can now add this into my flow and pull back data from bookings with no issues so far
The API call for this was as follows and this only needs to be setup once and the connector can then be used by anyone you share it with:
GET /bookingBusinesses/{id}/calendarView?start={start-value}&end={end-value}
The most recent one shows how you can access the bookings and how you could extract the Contact's Name, Email and Phone number. I have a blog out this week that will show how you could then create a Contact in Dynamics 365 if you wanted to.
In theory once you get the data from the event booking, you could then use this to create a contact:
@Dan___ - this is the post where I wrote about accessing the bookings using the Outlook connector in Power Automate, and then creating a daily email of all of the Bookings for that day (in case you were interested in how I did it without Graph-API!):
@SmartPower: The first link 404s and the 2nd looks like a flow to send an email when a sharepoint list is changed.
Bookings doesn't store info in SharePoint (as far as I am aware) so you will need to access bookings via the API what @meganvwalker shows here & in her blog should work great for your requirements.
If not you can create a custom PowerAutomate connector and pull virtually any data you want from bookings. This blog will show you the basics of this and you can find the Bookings API docs here.