cancel
Showing results for 
Search instead for 
Did you mean: 

Rule to send email to file creator

daniel_salvat
Champ in-the-making
Champ in-the-making

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 1

douglascrp
World-Class Innovator
World-Class Innovator

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