hooks for wix Bookings

I need to get an information when any book is made or update, how can I create a hook when a booking is made in my page.

I tried using _afterinsert and I didn’t succeed.

export function Bookings$Schedule_afterInsert(item, context) {
//TODO: write your code here…
console.log( ‘after insert test!!!’ );
}

anyone can help me?