SEND EMAIL

SCREENSHOT OF A BASIC EXAMPLE

To get a basic email sent, you only need to configure the Setup tab in this node.

  1. From field: Selecting "Process Model" will trigger an email sent from the process (for example, processmodel1234@my_company.appiancloud.com)

  2. To field:

One email: toemailaddress("email.one@domain.com")

More than one email: toemailaddress({"email.one@domain.com", "email.two@domain.com"})

  1. Subject field: Any text content

  2. Body field: Any text content

DYNAMIC SUBJECT AND BODY

To send an email with a dynamic subject or body, you can use the blue edit icons. You can then use functions or process model parameters to create the text during runtime.

To insert a new line in an email body, you must use "<br>".