How to integrate multiple services to our system?

Guys… I need some help. Let’s say I have a simple system which will let hospitals signup and display the name of of their doctors in our site… (Just an example). We can’t ask the hospitals to enter this data manually. They already have systems to manage these information. We have to talk to those systems and automatically get the data. The problem is, different hospitals use different systems. We have to write integrations for each of them. Is there a better way to do this without writing code for every platform?

The second question is, is there a way to get data from a system which does not provide an api?

If so, that system probably has a serious security hole. ;-)

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.