The RSVP v2 API allows you to access the information about guests who have RSVP’d to an event. This API is helpful for managing guest lists and monitoring check-ins at an event.
When a guest submits an RSVP registration form, a new RSVP is created, and a confirmation email is sent. If a user RSVPs to the waitlist, they will receive an email when additional space becomes available for the event.
With the RSVP v2 API you can:
- Create RSVP.
- Find out the attendance status of each guest.
- Get basic information (name and email) about a guest and the total number of guests for each RSVP.
- Check in an RSVP guest.
It’s important to note the following points before starting to code:
- Install the Wix Events & Tickets app from Wix App Market.
- RSVP registration settings can be configured in the dashboard. The RSVP options can be set to "Yes only" or "Yes and No."
- Limiting the number of guests is optional. Once the guest list is full, registration will close unless the waitlist feature is enabled.
- Guest: An individual invited to the event.
- RSVP: A response indicating whether a guest plans to attend the event.
- Check-in: The process of confirming a guest's attendance at the event.
- Guest list: A summary of all individuals invited to the event.