When a file is added to a space a user gets an email, this is very nice ofcourse. Except when there is added let's say 20 files, the user gets 20 emails. Is there a way to collect this for a user and give the user one e-mail wich tells him there are 20 documents waiting?
I don't believe this feature exists right now. New documents get processed one by one. It should be possible to do something programatically (i.e. write a new action that aggregates the items before sending email).