I have a comala workflow with review state where user(approval,) will be assigned and unassigned to the review state.I need to notify unassigned user with email, I didn't find any such feature available. please share an alternative if any.
Hi Karteek,
To send an e-mail to the unassigned user you can use the following trigger:
{trigger:approvalunassigned|approval=Review}
{send-email:user=@assignee@|subject=You have been unassigned from a page}
Hello [~@assignee@],
You have been unassigned from the approval @approvalname@ by [~@user@] in the following article "@page@".
{send-email}
{trigger}
Remember to use the name of your approval!
Best regards,
Jorge.
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.