What is the Data Sharing?
Data-sharing is the capability of pushing and pulling information in real time from one application to another application. Instead of mapping from one app to another app the necessary workflows, our Data-Sharing is defined by Object data management where the end-user doesn't end up having to define the workflows he or she wants when syncing apps together. Everything is defined during the integration process of our app partners:
...
When the user create or update information in your application, notifications should be sent to Connec!™ that will take care of propagating these to other applications the user owns on the Maestrano platform. On the other side, whenever the user create or update information in another application, if you subscribed to the appropriate webhooks, you will receive notifications that will allow you to create or update information in your application.
How to implement the data sharing part?
You have two possibilities:
- If you have a public API, we strongly recommend you to use our Connector framework in Ruby on Rails, which will allow you to connect our API with yours, without messing with your code! Have a look at our Connector framework documentation and at Connec! documentation
- If you don't, just have a look at Connec! documentation!