onStaffMemberConnectedToUser( )


Notes:

Triggered when a Wix user is connected to a staff member.

The event is triggered when the connection status changes to CONNECTED. It isn't triggered when Wix Bookings sends an invitation to become a Wix user or join a site.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?