New Headless Data Sync Sample Application

A new Headless Data Sync sample application has been added to the App Showcase. It is a SKY API console application that demonstrates how to query for records that have been modified since the last data synchronization. This is useful for applications that need to update a custom data source based on changes to Blackbaud data, and require no user interaction to occur in the process.

The new changelog was posted on 5/05/2020. See the Shared changelog for more information.

Comments

  • Does this app delete records from the custom data source when they are deleted in Blackbaud?
  • Ben Wong
    Ben Wong Blackbaud Employee
    Tenth Anniversary Kudos 3 Name Dropper Participant
    Hi Ben Regier‍, this app doesn't handle deleted records when they are deleted in Blackbaud. However, we will have a webhook available soon that will enable your app to subscribe to a constituent_record_deleted event. You should be able to use that webhook to remove deleted records from your data store when the record is deleted in Blackbaud. Thanks!

Categories