Integration SDK
📄️ Get Available Data Points
This marks the initial phase of configuring the integration. Through this API, you can either create a new instance object or retrieve an existing one. Subsequently, you will use this instance object to transmit the sync data.
📄️ Get Or Create Org Integration
This marks the initial phase of configuring the integration. Through this API, you can either create a new instance object or retrieve an existing one. Subsequently, you will use this instance object to transmit the sync data.
📄️ Init Sync
Whenever you need to synchronize data points, you must invoke this API to generate a fresh `syncId` for the target application. In the subsequent APIs, in addition to the data, you will need to include both the `syncId` and the instance ID
📄️ Upload Data
Please use this API to upload data into Zluri. You can define the data type you wish to update in dataPointEnum field and send the values in data field.
📄️ Finish Sync
This marks the final step in the synchronization process. Invoke this API after you have successfully uploaded all the necessary data to Zluri.