I have a User field type of 'List (integer)' storing a list of nodes the User has subscribed to i.e. Forum items. I need to setup a notifications like rule to email all users that have subscribed to a particular Forum item advising them of when a new comment has been posted.
- Event = After saving a new comment (any user posting to a Forum item)
- Condition = Content is of type (Forum item)
- Action = ??? basically email all subscribed Users of this Forum item advising that a new comment has been posted
Logic something like:
Check each user -> field_list_of_followed_nodes[] where nid == 1 return TRUE
Don't know if this can be done in rules?