How do I register a new user for an event with the API
I am building a web application for an organization that has set up an Event in the system. I've looked at the Participate API and I don't think it's clear to me how to register a new user for an event. On the custom website, I have a First Name, Last Name and Email address field for users to register for the online event. After they click submit I would like to simply send a request to the Blackbaud Event API to register the user using only their email address, first and last name. Is this possible and could someone give me an example on how to accomplish this?
0
Comments
-
Did you get this figured out?0
-
Hi Matthew,
The Event SKY API has a CreateParticipant endpoint for adding a new participant to an event. This endpoint accepts a constituent_id in the request body, which means it requires that the constituent already exist.
So if you have first/last/email from your website, then what you might consider doing is first calling the SearchConstituent endpoint from the Constituent SKY API, and providing the email as the search_text parameter to determine if the record is already a constituent. If so, the response will contain the constituent_id that you can use with the CreatePariticpant endpoint. If the email address isn’t found, then you can use the CreateConstituent endpoint to add a new constituent (with the first/last/email you have from the website), and the response will contain the ID of the newly added constituent (which you can then use with the CreateParticipant endpoint).
I hope that helps – let us know if you have any questions!
1
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™
- 577 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 940 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 249 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 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)

