Event Guest Updated


Triggered when a guest is updated.

This event always triggers together with the Guest Created and the Guest Deleted events.

Note: Since this event may trigger twice, you should explicitly add code to ensure that the parts of your code that depend on this event run only once.

Permissions
Read Event Tickets and Guest List
Learn more about app permissions.
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
entityFqdnstring

Fully qualified domain name of the entity associated with the event. Expected wix.events.guests.v1.guest.


entityIdstring

ID of the entity associated with the event.


eventTimestringformat date-time

Event timestamp.


idstring

Unique event ID. Allows clients to ignore duplicate events.


originatedFromstring

If present, indicates the action that triggered the event.


slugstring

Event name. Expected updated.


triggeredByAnonymizeRequestboolean

Whether the event was triggered as a result of a privacy regulation compliance, such as GDPR.


updatedEventUpdatedEvent

Event information.

Did this help?