Hi,
I am using the Comala workflow and want an email to be triggered on both rejection and approval of a page to the last person who contributed to that page.
I am successfully sending emails but to authors of the page, and I was not able determine the correct reference to replace 'author' in the triggers. I tried using 'lastmodifier', 'changedby', 'modifiedby'. None of them works.
So, what should I replace the 'author' in the following trigger with?
{trigger:pagerejected|approval=Review|partial=true}
{send-email:user=@author@|subject=Rejected Page}
@page@ has been REJECTED!
{send-email}
{trigger}
:) I found it out. The reference should be only: modifier
So, the trigger that works for me is:
{trigger:pagerejected|approval=Review|partial=true}
{send-email:user=@modifier@|subject=Rejected Page}
@page@ has been REJECTED!
{send-email}
{trigger}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.