Custom form handling
Is there something like https://filamentphp.com/docs/3.x/actions/prebuilt-actions/create#customizing-the-creation-process but for forms? I want to do some http requests and manually create models when form is submitted. Or do I need to use regular laravel observers? 
Solution
It was 
CreateRecord::handleRecordCreation my dumb ass didn't know where to look