send notification to a user basedon user data
-
I have a few registered users. We also store the user city name.
I want to send a notification to this user if the post title has the same city name.
for eg;
user one
city: hustonuser two
city: londonpost 1 title- Huston is a beautiful city.
post 2 tittle- London is a beautiful cityso all the users whose city is Huston, I want to send them the post 1.
for London user, I want to send post 2.is this something that can be done?
- The topic ‘send notification to a user basedon user data’ is closed to new replies.