Webhook payload changed
Is there any particular reason Blackbaud that the payload for the CloudEventsV10Event payload has suddenly changed!
From webhook monitor:
Constituent record changed
Received November 8, 2023 3:19 PM
Record ID None found.
{
"id": "2cc8d99d-ed75-41b5-a46b-3b8c76460bb4",
"source": "OAWUE4CRJJJW25KKNFCS2MDDNZTUMUDKNZFGC5Y",
"type": "com.blackbaud.constituent.change.v1",
"data": {
"Id": "16871",
"AddedById": 56,
"LastChangedById": 56
},
"time": "2023-11-08T15:19:04.8461576+00:00",
"specversion": "1.0",
"subject": "/environments/p-BpQJSmuJiE-0cngFPjnJaw"
}
From the documentation:
Constituent record changed
com.blackbaud.constituent.change.v1
| Event data properties | Description | Data type |
|---|---|---|
| id | Constituent record identifier | string |
| added_by_id | Identifier of the user who added the record | int |
| last_changed_by_id | Identifier of the user who last changed the record | int |
All of a sudden our code broke because the data properties have changed case and changed format.
@Chris Rodgers Any thoughts?
Comments
-
Hey, @David Zeidman. We had a deployment on Friday that updated some common eventing/messaging libraries. We're still looking into it, but I suspect that this inadvertently changed the serialization of the event data we publish and likely updated our tests as well to expect this serialization, so they didn't catch the change. We're actively rolling back the change, and you should see the former payload schema resolving in 5-10 minutes. Thank you for bringing it to our attention. We'll have a fix and update our tests to divorce them from this shared serialization issue so a similar change will be caught in the future.
Update: We've completed the rollback. We apologize for the unexpected change. We'll put more safeguards in place to ensure this doesn't happen again.
1 -
@Chris Rodgers Thanks for rolling this back so quickly. Appreciated.
1
Categories
- All Categories
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 402 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 941 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) 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
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

