Action on afterCreate

I there a way to run an action with requireConfirmation ( not a Notification with action ) on a hook like afterCreate?
3 Replies
toeknee
toeknee2y ago
So after you have created you want to run a confirmation modal?
apreski
apreskiOP2y ago
yes
toeknee
toeknee2y ago
Not that I know off, that's a bit backwards. What you could do is move the creation for the first part into afterValidated and then have requiresConfirmation on it?

Did you find this page helpful?