RSVP deleted timestamp in ISO UTC format.
Event ID.
RSVP ID.
Contact ID associated with this RSVP.
Member ID associated with this RSVP.
Whether RSVP was anonymized by GDPR delete.
The data payload will include the following as an encoded JWT:
{
"data": {
"eventType": "wix.events.rsvp.events.RsvpDeleted",
"instanceId": "<app-instance-id>",
"data": "<stringified-JSON>",
// The identity field is sent as a stringified JSON
"identity": {
"identityType": "<identityType>", // ANONYMOUS_VISITOR, MEMBER, WIX_USER, APP
"anonymousVisitorId": "<anonymousVisitorId>", // in case of ANONYMOUS_VISITOR
"memberId": "<memberId>", // in case of MEMBER
"wixUserId": "<wixUserId>", // in case of WIX_USER
"appId": "<appId>" // in case of APP
}
}
}
{
"timestamp": "2020-04-27T13:37:22.444Z",
"eventId": "0adc383d-db6b-4c4a-8fb8-5fe77c6569bb",
"rsvpId": "4160c868-35b8-49f3-bff2-9d3912be9c0a",
"contactId": "2b1df22d-cfcf-447e-9afe-27b782aecd8c",
"memberId": "c2b48f6f-5964-46ad-9888-1e9d3f81b83b",
"anonymized": false
}