Is it possible to create a bridge to an app hosted in the cloud?

This forum is for programmers who have questions about the source code.
Post Reply
isa
Posts: 1
Joined: Mon Jul 01, 2024 11:36 am

Is it possible to create a bridge to an app hosted in the cloud?

Post by isa » Mon Jul 01, 2024 11:51 am

Hey all!

As the title suggests, I want to know if there is a way to create a link between Open Dental and a third-party application hosted in the cloud to relay dental X-rays and the respective patient information. The application is to be opened in a web browser within the clinic, and I need to know if there is a way to periodically ping Open Dental to extract the information described above and send it to the application. Any guidance would be greatly appreciated.

Thanks in advance!

SLeon
Posts: 580
Joined: Mon Mar 01, 2021 10:00 am

Re: Is it possible to create a bridge to an app hosted in the cloud?

Post by SLeon » Mon Jul 01, 2024 12:46 pm

A third-party application can safely obtain data from and insert data into a customer database using the Open Dental API. You can find more information on our API Specification page.

Post Reply