...
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:
Whenever a new account is created, you can fetch the data you want from Connec! API endpoints.
Whenever a new entity is created/updated on you application, you will be able to POST or UPDATE the entity using Connec! API endpoints.
Whenever an entity is created/updated on another application, a notification will be sent to you (if you subscribe to the appropriate webhooks) so that you can create/update it on your sideWhen the SSO process is triggered, a group_id is given to you and can be used along with your application credentials (API keys) to start accessing the Connec!™ API. At this point of time you can start pulling relevant data from the API into your application.
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?
...