What is the Data Sharing process?
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 side.
How to implement the data sharing part?
Just have a look at Connec! documentation!