Webhooks for constituent merge
We're building an application which creates a website account which syncs to an account in Blackbaud CRM. This often creates duplicate records in the CRM which are then merged, with the new record we created effectively being deleted. We're storing the GUID and lookup ID for each constituent which we need to update with the new values when they change. Is there an existing webhook function which will pass out this data to our application?
Thanks!
Thanks!
0
Comments
-
There is no webhook for Constituent merge. There is a webhook for constituent deletions that you probably already know about - that will return the system record id (or GUID) of the record that was deleted. You could use that to search your application to see if it matches any of the GUIDs that you have stored there, but it obviously wouldn't be able to update it with the GUID of the merged record.
We have an application that creates constituent records, but we built a more complex process to avoid creating so many duplicates. When the application needs to create a new record, it first searches RE to find likely matches. If it finds any, it notifies an admin and presents them with all the options of possible matches. They can select one of the existing records to update, or choose to create a new record. This was more work to build, but it saves a lot of time in cleaning up duplicates.1
Categories
- All Categories
- 6 Blackbaud Community Help
- 209 bbcon®
- 1.4K Blackbaud Altru®
- 395 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 648 Blackbaud Grantmaking™
- 567 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 937 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.5K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 247 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 239 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 31 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 782 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
