© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
16 replies
charleswilfriedk

How to send a success notification after a custom action ?

Hello, i'm trying to send a notification after a custom action but no notification get fired.

My code :
Action::make('reset_user_password')
->action(
fn (User $record) => $this->resetPassword($record)
)
->requiresConfirmation()
->successNotification(
Notification::make()
->success()
->title('User password reset!'),
);
Solution
But sending the notification directly in the action works!
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Notification custom action
FilamentFFilament / ❓┊help
3y ago
Notification for custom action
FilamentFFilament / ❓┊help
3y ago
Sending notification after action
FilamentFFilament / ❓┊help
2y ago
Hide Notification Sidebar After Notification Action
FilamentFFilament / ❓┊help
3y ago