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.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?