Real time data

I am currently trying to build an app for a tanning salon.

We want a function for customers to see real time wait times for each of our beds/services. Currently we use a software called sunlync to track bed usage and current occupancy.

Is there a way to integrate the software into glide so customers can view wait times from our app?

I think you would either have to embed a screen from Sunlync to your app, if possible, for the users to view it directly from Sunlync.

Otherwise, if Sunlync has an API, you would want to query the API periodically to get relevant data back and display it in your app.