SEND EMAIL
SCREENSHOT OF A BASIC EXAMPLE
To get a basic email sent, you only need to configure the Setup tab in this node.
From field: Selecting "Process Model" will trigger an email sent from the process (for example, processmodel1234@my_company.appiancloud.com)
To field:
One email: toemailaddress("email.one@domain.com")
More than one email: toemailaddress({"email.one@domain.com", "email.two@domain.com"})
Subject field: Any text content
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>".