It's pretty much the same thing,if you have to use event handler instead, Instead of step 1 & 2, what you need to do is,Create event handler withEvent.NODE_ADDED for the required DAM path.Then , you can use the event.getPath() method to get the path of the affected item. E.g. the added/removed node ...