I have created an alert that filters documents based on a condition and for each document that evaluate a condition I send an email based on a mustache expression.
Everything works find except I'm missing one thing.
For each document I need to have a link so that when clicked and user has access to open that document. In an email I might have more than 100 documents so going each one and finding it manually is not working.
How can I do this?
Thanks in advance