I was wondering if there is a way to send Push Notifications when a user clicks a button. I don’t know if there is already a post about this, so can you guide me?
1 Like
Hi there,
If your user already has your app open, wouldn’t showing something like an Alert make more sense?
When it comes to Push Notifications, less is more - too many push notifications annoy users!
What do you want to show in your notification?
I wanted to send a reminder notification when a user clicks a button.
1 Like
Why don’t you want to show them an in-app reminder?
An Alert would make more sense if they already have the app open.
The Push Notification component isn’t designed to send users personalized Push Notifications on demand in the manner you describe.