Triggered when a certain amount of time is left until the event. In total there are 6 reminders:
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.events.v3.event
.
Event name. Expected reminder
.
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.v3.event_reminder",
"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": "d1c94e6d-b715-407d-933b-a3b563886753",
"entityFqdn": "wix.events.events.v3.event",
"slug": "event_reminder",
"entityId": "117e43e2-8979-43e4-ac60-4c8c9a1c1e19",
"actionEvent": {
"bodyAsJson": {
"timestamp": "2023-07-12T10:00:06.146Z",
"eventId": "117e43e2-8979-43e4-ac60-4c8c9a1c1e19",
"location": {
"name": "Ciné-parc Essence",
"type": "VENUE",
"address": {
"country": "FR",
"city": "Paris",
"postalCode": "75020",
"streetAddress": {
"number": "47",
"name": "Rue des Couronnes",
"apt": ""
},
"formattedAddress": "47 Rue des Couronnes, 75020 Paris, France",
"geocode": {
"latitude": 48.8710678,
"longitude": 2.3847051
},
"countryFullname": "France",
"subdivisions": [
{
"code": "IDF",
"name": "Île-de-France",
"type": "ADMINISTRATIVE_AREA_LEVEL_1"
},
{
"code": "Département de Paris",
"name": "Département de Paris",
"type": "ADMINISTRATIVE_AREA_LEVEL_2"
},
{
"code": "Paris",
"name": "Paris",
"type": "ADMINISTRATIVE_AREA_LEVEL_3"
},
{
"code": "FR",
"name": "France",
"type": "COUNTRY"
}
]
},
"locationTbd": false
},
"dateAndTimeSettings": {
"dateAndTimeTbd": false,
"startDate": "2023-07-15T10:00:00Z ",
"endDate": "2023-07-16T10:00:00Z ",
"timeZoneId": "Europe/Paris ",
"hideEndDate": true,
"showTimeZone": false,
"recurrenceStatus": "ONE_TIME ",
"recurringEvents": {
"individualEventDates": []
}
},
"title": "Paper Camp - Séance 12 h",
"userId": "ff9e8230-5019-42c3-adb8-8d7ccb6aab24",
"startsIn": {
"days": 3,
"hours": 0,
"minutes": 0
}
}
},
"eventTime": "2023-07-12T10:00:15.451999Z",
"triggeredByAnonymizeRequest": false
}