Can i create custom logic on Admin panel Request

i know that we can create middleware or controller for additional logic when we do requests.

what i need is not a custom logic for /api/ requests, but a custom logic on save action.

for example: i create user in admin panel and when i click “Save”, I want to log data and send user data object to my another server

did you look at using the lifecycle hooks for that, maybe beforeUpdate

1 Like

I LOVE YOU, THANK YOU SO MUCH

you just casually resolved my main problem

1 Like

haha happy it helped!

1 Like