How to increase event participant counts without creating constituents
We are working on an integration between our events platform and the RE events system for a client. We want the guest counts on our platform to be the same as the participant count on RE.
We don't want to have to create a new constituent for every participant (bookings may be anonymous, would require more complex deletion logic).
The CreateParticipant API docs say that you can create a participant without a constituent ID (here), but this fails consistently for us.
We also considered using a new custom field to store the participant count, but the API endpoint for that is still in preview here. We don't know when the preview will end.
Is there any way to do what we're trying to achieve here?
Answers
-
Hi, take a look at the approach used here:
Using a custom field should be fine if that's the direction you want to go. I wouldn't expect a breaking change at this point.1 -
Creating a Participant record requires a constituent id being passed in, @Erik Leaver this is a documentation error that say the field is not Required.
@Connor VeryConnect using custom field would not make sense, as it becomes a field that requires updating whenever guest count changes. I don't know how the other events platform works, but it makes no sense to not properly code guests to an event as participants.
3 -
@Connor VeryConnect @Alex Wong I've verified that constituent_id is NOT required.
- If you include constituent_id & no host_id, then you get a “Host” participant.
- Then you can create “Guest” participants linked to that “Host” by either specifying the constituent_id + host_id OR you leave constituent_id blank and only pass host_id (this gets you an Unnamed Guest aka ‘Guest of [host name]’).
Connor, this gives you the option of creating a non-constituent guest. If you have their name you can easily update the non-constituent guest record using the cons_id that's returned.
We'll update the documentation to clarify.0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 403 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®
- 656 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 34 PowerUp Challenges
- 3 (Open) 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
- 793 Community News
- 2.9K 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)


