onGuestUpdated( )


Notes:

Triggered when a guest is updated. This webhook always fires together with Event Guest Created and Event Guest Deleted webhooks. When calling it, it might be triggered twice - make sure to explicitly add code to make sure parts of your code only run 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?