By Clay Li on Monday, 27 May 2019
Category: Feature

Calem Integration 4: Subscribing to Data Changes via REST API

Data change events and subscription are available in Calem Enterprise R2019b. Administrators can register 3rd-party applications as listeners in Calem. These listeners are notified when records are changed in Calem.

Step 0. What is a Data Change Event

A data change event is a user action to update data including creation, editing, and deletion.

​Data change subscription and Calem REST API enable customers to build two-way integration with Calem. This blog discusses the steps to set up event listeners in Calem.

Step 1. Data Change Event Setup

A data change event can be created for Calem to generate data change stream for a table.

 Step 2. Event Listeners

Event listeners are 3rd-party REST web services.

Step 3. Events and Notification

Once events and listeners are configured the notification process is executed periodically to send events to listeners.

Additional resources