The RSVP 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'll receive an email when additional space becomes available for the event.
With the RSVP API you can:
- Create an RSVP.
- Find out the attendance status of each guest.
- Get basic information, such as 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 before starting to code:
- A site must have Wix Events & Tickets installed.
- 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 closes 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.