Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.23 KB

File metadata and controls

29 lines (18 loc) · 1.23 KB

Deprecation

Custom Mail Process no longer exists since Axon Ivy 11.2. To change the content of a mail you can change the mail template. Read more about notifications.

Custom Mail Demo

Axon Ivy’s Custom Mail Demo shows how to customize the task notification emails and daily task summary emails by providing your own mail processes. This demo:

  • Supports you with an easy-to-copy example implementation to reduce your integration effort.
  • Enables low code citizen developers to modify standard functionalities of the Axon Ivy Engine easily.

Mail

Learn more about custom mail processes in our documentation

Demo

The demo process mail has two process starts. One for the new task email notification and one for the daily task summary email. Feel free to take this demo as a template to implement your own email processes.

Mail Processes

Setup

Deploy this demo project to an Axon Ivy Engine and trigger the creation of a task. All responsible users will get a new task notification mail with the content of this standard process.