Is it possible to programmatically trigger the subscription notifications? What I’m doing for one of the modules is to programmatically update and/or delete and regenerate two levels of documents. Such as Root (collection)>>Sub Root 1(collection) >> file. I delete all documents in the database table via code and then delete the sub folders. Then they are rebuilt with the new folders and documents. This is done twice a day plus on demand. The Documents all have a unique file names so I track subscriptions by the EntryID in the subscription table and link it to the file name in the Entries table. There are about 500 documents so the entire process only take about 90 seconds. What I would like to do is to trigger the built in notification process if possible for documents that I have changed.