Send workflow notification to a manual email address

Jamie Sammons, modified 1 Year ago. New Member Posts: 5 Join Date: 11/23/21 Recent Posts

In workflows, it would be great to be able to send an email notification to some external robot email address (like a generic mailing list address).

This would need to have the corresponding <email-address>my@address.mail</email-address> for injection in the XML source.

Option is to connect to a vocabulary category property.

Example:

             <notification>
                <name>Creator Modification Notification</name>
                <template>
                    <![CDATA[Your submission was rejected by ${userName}, please modify and resubmit.]]>
                </template>
                <template-language>freemarker</template-language>
                <notification-type>email</notification-type>
                <notification-type>user-notification</notification-type>
                <recipients receptionType="to">
                    <user />
                    <email-address>my@address.mail</email-address>
                </recipients>
                <execution-type>onAssignment</execution-type>
            </notification>

 

thumbnail
Jamie Sammons, modified 1 Year ago. Expert Posts: 367 Join Date: 9/5/14 Recent Posts

Feature Request Created: https://liferay.atlassian.net/browse/LPS-200520

thumbnail
Jamie Sammons, modified 1 Year ago. Expert Posts: 367 Join Date: 9/5/14 Recent Posts

Hi Olivier, can you share more details of the real use case?