I have two content types. I would like to have an watcher email sent each time someone creates a node that references another content type node.
e.g. If I have 'Bands' and 'Concerts' content types - The Band is like a primary node and the Concerts are added and linked to Band by using node-reference to lookup the Band. Would it be possible to 'watch' the Band node and be notified when a node is created that is linked via node reference to the Band node?
Not sure if this would be way out for Watcher. I just love the module as it is lightweight and allows anonymous users.
Comments
Comment #1
solipsist commentedThis is out of Watcher's scope and the reason why it is lightweight is that it does only one thing. You should look into how you can use the Actions and Trigger modules to achieve that feature.
Comment #2
solipsist commented