With the Event Guests API, you can get information about the guests who bought tickets to an event or who RSVP'ed. The information includes guest names, email addresses, tickets, RSVP status, and more. This makes it easy to build custom functionality around event management, such as sending custom notifications to guests, managing event capacity, and generating reports on attendance.
The Event Guests API allows you to:
- Retrieve a list of guests by event ID.
- Get information about each individual ticket buyer.
- Find out the attendance status of each guest.
It’s important to note the following points before starting to code:
- A site must have Wix Events & Tickets installed from the App Market.
- Guest details are only returned when the
guestDetails
fieldset is sent in the request.
- In some situations, certain event handlers might be triggered twice. For example, changing a guest's name triggers the Event Guest Updated event 2 times -- once for the change of name and once for the change of order, which also occurred. This may cause the undesired side effect of duplicated actions. Make sure to explicitly add code to make sure parts of your code only run once.
- Guest: The individual who has been invited to the event.
- RSVP: A response from the guest indicating whether they plan to attend the event.
- Ticket buyer: The individual who bought 1 or more tickets to the event.
- Check-in: The process of verifying a guest's attendance at the event.
- Guest list: A summary of all guests who have been invited to the event.
- Organizer: The person or entity responsible for planning and hosting the event.