CREATEEMAIL

Creates a structured variable that is the first step in sending an email.

Supported Script Types

Email

Properties

ContainerVar
The name of the structured variable that contains all other variables. By default, "EML."
Subject
The subject of the email. If a subject is not entered, the email will not be sent.
ContactID
 
OriginalVar
The name of the structured variable created by a GETEMAIL action.

Branches

Default
The Default branch condition will always be used.

Tips and Tricks

  • Additional email actions, such as ADDTOADDR and ADDBODY create the smaller pieces of the email that are saved in the structured variable.
  • Technically, the CREATEEMAIL creates a C# class that can be invoked within a SNIPPET action.
  • The final step is to send the email with a SENDEMAIL action.