Rule to send email to file creator

cancel
Showing results for 
Search instead for 
Did you mean: 
daniel_salvat
Member II

Rule to send email to file creator

Hi all!

I am new to Alfresco's development, and I'd like to set a rule on some folders in which every time a file is moved in, an e-mail is sent to the owner. 

Is this possible with the current UI environment? How can I do it then?

Thank  you very much for your support,

Dani

1 Reply
douglascrp
Advanced II

Re: Rule to send email to file creator

You can create a javascript with the logic you need, and then you can use the Folder Rules UI to use the execute javascript action when the document is moved.

You can find a sample at ScriptAction API