Triggered when RSVP is created.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.events.v2.rsvp
.
Event name. Expected created
.
ID of the entity associated with the event.
Event timestamp.
Whether the event was triggered as a result of a privacy regulation application (for example, GDPR).
If present, indicates the action that triggered the event.
Event information.
The data payload will include the following as an encoded JWT:
{
"data": {
"eventType": "wix.events.v2.rsvp_created",
"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
}
}
}
{
"id": "baf73064-6fd1-4b7f-9326-ba07880de1e5",
"entityFqdn": "wix.events.rsvps.v2.rsvp",
"slug": "created",
"entityId": "887ae285-ad3e-457c-a9a6-d62f756222cf",
"createdEvent": {
"entityAsJson": {
"id": "887ae285-ad3e-457c-a9a6-d62f756222cf",
"revision": "1",
"eventId": "32c0eab1-b7a0-4ec2-9fb6-db76f76ee488",
"createdDate": "2023-10-20T11:42:57.161Z",
"updatedDate": "2023-10-20T11:42:57.161Z",
"memberId": "b51a59c6-6f3d-11ee-b962-0242ac120002",
"firstName": "John",
"lastName": "Doe",
"email": "johndoe@mail.com",
"form": {
"inputValues": [
{
"inputName": "firstName",
"value": "John",
"values": []
},
{
"inputName": "lastName",
"value": "Doe",
"values": []
},
{
"inputName": "email",
"value": "johndoe@mail.com",
"values": []
},
{
"inputName": "additionalGuests",
"value": "2",
"values": []
},
{
"inputName": "guestNames",
"value": "",
"values": ["Patsy McBride", "Randy Ramirez"]
}
]
},
"status": "YES",
"totalGuests": 3,
"guests": [
{
"index": 0,
"fullName": "John Doe",
"checkInDetails": {
"checkedIn": false
},
"guestId": 1
},
{
"index ": 1,
"fullName": "Patsy McBride",
"checkInDetails": {
"checkedIn": false
},
"guestId": 2
},
{
"index": 2,
"fullName": "Randy Ramirez",
"checkInDetails": {
"checkedIn": false
},
"guestId": 3
}
],
"anonymized": false,
"fullyCheckedIn": false
}
},
"eventTime": "2023-10-20T11:42:57.172657Z",
"triggeredByAnonymizeRequest": false,
"entityEventSequence": "1"
}