I'm trying to set up custom verification to do one simple thing - subscribe the new user to a mailing list after verification but before login (which is when Filament normally fires the Verified event).
I've tried multiple different ways, but can't get my head round how filament verifcation is working. I know the panel emailVerification() method exists, but not sure what to do in the class I add as an argument to that method. I've seen a small number of questions on this here, but some pass in a controller, some seem to pass in a response, and none do quite what I'm looking to do.
Any suggestions would be REALLY gratefully received.