onGuestUpdated( )


Notes:

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
Manage Events - all permissions
Read Events - all read permissions
Manage Guest List
Read Event Tickets and Guest List
Manage Events
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: GuestUpdatedEnvelope): void | Promise<void>

Did this help?