Triggered when an event has started.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.events.guests.v1.guest
.
Event name. Expected guest_event_starts
.
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.guests.v1.guest_guest_event_starts",
"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": "4e189b6f-56ac-4332-a68a-b4961c67a209",
"entityFqdn": "wix.events.guests.v1.guest",
"slug": "guest_event_starts",
"entityId": "501554db-e150-404b-95ae-94ef636f4a7f",
"actionEvent": {
"bodyAsJson": {
"guest": {
"id": "501554db-e150-404b-95ae-94ef636f4a7f",
"eventId": "23dbadaa-4a54-41df-ad3f-9f37405bb3b3",
"orderNumber": "2X32-W2MV-4RF",
"ticketNumber": "2X32-W2MV-4RF1P",
"tickets": [
{
"number": "2X32-W2MV-4RF1P",
"definitionId": "158f5d74-0bce-4adb-9868-4dc513e7e001",
"name": "Early Bird",
"guestDetails": {}
}
],
"contactId": "53a6179d-5ab2-4de4-a6a2-1fa10ebc3dff",
"guestDetails": {
"checkedIn": false
},
"attendanceStatus": "ATTENDING",
"createdDate": "2024-12-21T14:38:28.274Z",
"updatedDate": "2024-12-21T14:38:28.399Z",
"attendanceStatusUpdatedDate": "2024-12-21T14:38:26.386Z",
"guestType": "TICKET_HOLDER",
"totalGuests": 1,
"revision": "2"
},
"event": {
"title": "Wine and Music",
"shortDescription": "Wine and music will make for an awesome date night or friends night out.",
"location": {
"name": "Bar",
"type": "VENUE",
"address": {
"country": "US",
"subdivision": "GA",
"city": "Atlanta",
"postalCode": "00000-0000",
"streetAddress": {
"number": "1531",
"name": "Street Road",
"apt": "a"
},
"formattedAddress": "1531 Street Rd NW Ste A, Atlanta, GA 00000, USA",
"geocode": {
"latitude": 14.7972603,
"longitude": -102.4158137
},
"countryFullname": "United States",
"subdivisions": [
{
"code": "GA",
"name": "Georgia",
"type": "ADMINISTRATIVE_AREA_LEVEL_1"
},
{
"code": "Fulton County",
"name": "Fulton County",
"type": "ADMINISTRATIVE_AREA_LEVEL_2"
},
{
"code": "Atlanta",
"name": "Atlanta",
"type": "ADMINISTRATIVE_AREA_LEVEL_3"
},
{
"code": "US",
"name": "United States",
"type": "COUNTRY"
}
]
},
"locationTbd": false
},
"dateAndTimeSettings": {
"dateAndTimeTbd": false,
"startDate": "2025-01-04T20:00:00Z",
"endDate": "2025-01-04T22:00:00.235Z",
"timeZoneId": "America/New_York",
"hideEndDate": false,
"showTimeZone": true,
"recurrenceStatus": "ONE_TIME",
"recurringEvents": {
"individualEventDates": []
},
"formatted": {
"dateAndTime": "January 4, 2025, 3:00 – 5:00 PM EST",
"startDate": "January 4, 2025",
"startTime": "3:00 PM",
"endDate": "January 4, 2025",
"endTime": "5:00 PM"
}
},
"eventPageUrl": {
"base": "https://www.wix-site.com",
"path": "/event-details/wine-and-music"
},
"status": "CANCELED"
},
"timing": "STARTS_IN_1_WEEK"
}
},
"eventTime": "2025-01-02T11:49:40.235282055Z",
"triggeredByAnonymizeRequest": false
}