Rsvp Object

Attributes
idstringformat GUID
RSVP ID.

eventIdstringformat GUID
Event ID.

contactIdstringformat GUID
Contact ID associated with this RSVP.

memberIdstringformat GUID
Member ID associated with this RSVP.

createdstringformat date-time
RSVP created timestamp.

modifiedstringformat date-time
RSVP modified timestamp.

firstNamestring
First name.

lastNamestring
Last name.

emailstringformat EMAIL
Guest email.

rsvpFormobject
RSVP form response.

statusstring
3 enum supported values:
YESNOWAITING
RSVP response status.

totalGuestsinteger
Total number of attendees.

guestsArray <Guest>
List of guests.

anonymizedboolean
Whether RSVP is anonymized by GDPR delete.
Was this helpful?
Yes
No

GetList Rsvp

Retrieves a list of up to 100 RSVPs, given the provided paging, filtering & sorting.

Permission Scopes

For app development, you must have one of the following permission scopes:
Read Event Tickets and Guest List
Learn more about permission scopes.
Endpoint
GET
https://www.wixapis.com/events/v1/rsvp

Was this helpful?
Yes
No

PostCreate Rsvp

Creates an RSVP, associated with a contact of the site.

Endpoint
POST
https://www.wixapis.com/events/v1/rsvp

Event TriggersThis method triggers the following events:
Was this helpful?
Yes
No

DeleteDelete Rsvp

Deletes an RSVP.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Guest List
Learn more about permission scopes.
Endpoint
DELETE
https://www.wixapis.com/events/v1/rsvp

Event TriggersThis method triggers the following events:
Was this helpful?
Yes
No

PatchBulk Update Rsvp

Updates multiple RSVPs - status only.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Guest List
Learn more about permission scopes.
Endpoint
PATCH
https://www.wixapis.com/events/v1/rsvp

Event TriggersThis method triggers the following events:
Was this helpful?
Yes
No

PostQuery Rsvp

Retrieves a list of up to 100 RSVPs, supporting structurized queries.

Permission Scopes

For app development, you must have one of the following permission scopes:
Read Event Tickets and Guest List
Learn more about permission scopes.
Endpoint
POST
https://www.wixapis.com/events/v1/rsvp/query

Was this helpful?
Yes
No

GetGet Rsvp

Retrieves an RSVP.

Permission Scopes

For app development, you must have one of the following permission scopes:
Read Event Tickets and Guest List
Learn more about permission scopes.
Endpoint
GET
https://www.wixapis.com/events/v1/rsvp/{rsvpId}

Was this helpful?
Yes
No

PatchUpdate Rsvp

Updates an RSVP. See partial updates.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Guest List
Learn more about permission scopes.
Endpoint
PATCH
https://www.wixapis.com/events/v1/rsvp/{rsvpId}

Event TriggersThis method triggers the following events:
Was this helpful?
Yes
No

PostCheck In Rsvp

Checks-in an RSVP.

Endpoint
POST
https://www.wixapis.com/events/v1/rsvp/check-in

Event TriggersThis method triggers the following events:
Was this helpful?
Yes
No

DeleteDelete Rsvp Check In

Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Deletes an RSVP check-in.

Endpoint
DELETE
https://www.wixapis.com/events/v1/rsvp/check-in

Event TriggersThis method triggers the following events:
Was this helpful?
Yes
No

Rsvp Created

Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
timestampstringformat date-time
RSVP created timestamp in ISO UTC format.

languagestringformat LANGUAGE
Site language when RSVP created

silentboolean
Notifications silenced for this domain event.

eventIdstringformat GUID
Event ID.

rsvpIdstringformat GUID
RSVP ID.

contactIdstring
Contact ID associated with this RSVP.

memberIdstringformat GUID
Member ID associated with this RSVP.

firstNamestring
Guest first name.

lastNamestring
Guest last name.

emailstringformat EMAIL
Guest email.

rsvpFormobject
RSVP form response.

statusstring
3 enum supported values:
YESNOWAITING
RSVP response status.

guestsArray <Guest>
List of all guests.

onlineConferencingLoginobject
URL and password to online conference
Was this helpful?
Yes
No

Rsvp Updated

Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
timestampstringformat date-time
RSVP updated timestamp in ISO UTC format.

languagestringformat LANGUAGE
Site language when RSVP created

eventIdstringformat GUID
Event ID.

rsvpIdstringformat GUID
RSVP ID.

contactIdstring
Contact ID associated with this RSVP.

memberIdstringformat GUID
Member ID associated with this RSVP.

createdstringformat date-time
RSVP created timestamp.

firstNamestring
Guest first name.

lastNamestring
Guest last name.

emailstringformat EMAIL
Guest email.

rsvpFormobject
RSVP form response.

statusstring
3 enum supported values:
YESNOWAITING
RSVP response status.

guestsArray <Guest>
List of the guests.

onlineConferencingLoginobject
URL and password to online conference

silentboolean
Notifications silenced for this domain event.
Was this helpful?
Yes
No

Rsvp Deleted

Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
timestampstringformat date-time
RSVP deleted timestamp in ISO UTC format.

eventIdstringformat GUID
Event ID.

rsvpIdstringformat GUID
RSVP ID.

contactIdstring
Contact ID associated with this RSVP.

memberIdstringformat GUID
Member ID associated with this RSVP.

anonymizedboolean
Whether RSVP was anonymized by GDPR delete.
Was this helpful?
Yes
No