Custom members page booking data

We have an online fitness website that allows users to register for online workouts.
Once the user is registered (after booking), they can see their upcoming bookings in the member’s private area.

Each instructor has their own zoom link and we want to display that specific zoom link in the member’s private area for the workout they signed up for. We cannot connect a single zoom account cause we won’t be able to air multiple workouts at the same time.

We created a trainers database, with trainers info including their dedicated zoom link.

We need to be able to pull from the database the specific zoom link for each trainer and tie it with the workout the member signed up for and display it in the private area.

Any ideas on how it can be done?

Thank!

Hi,
to achieve the desired functionality you will need to create custom members area .
With this, you will be able to have an additional field in the database for members with the zoom link.
You can also check the custom booking experience solution.