• 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: huston

    user two
    city: london

    post 1 title- Huston is a beautiful city.
    post 2 tittle- London is a beautiful city

    so 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.