Tokens supported by triggers

Tokens can be used in the command line of an outbound trigger to pass specific information from the running flowchart.

The following table lists the tokens supported by triggers and the processes where specific tokens are available.

Table 1. Tokens supported by triggers
Token Description Where Used

<AMUSER>

The Unica user name of the user running the flowchart.

Processes that support outbound triggers.

<CAMPCODE>

The campaign code associated with the current campaign.

Processes that support triggers, trigger on failure, trigger on success.

<CONTACTLIST>

Contact list specified in a contact process.

If the Contact List is written to a file, the appropriate full path name and file name replace the trigger token.

If the Contact List is written to a database table, the token is simply removed.

Call list and Mail list processes.

<CONTACTLOG>

The log of the particular contact process.

When the Log is written to a file, the appropriate full path name and file name replace the trigger token.

Call list and Mail list processes.

<FLOWCHARTFILENAME>

Full path name of a flowchart's .ses file

Processes that support outbound triggers.

<IXUSER>

The user name of the Unica Collaborate user.

Processes that support triggers, trigger on failure, trigger on success.

<OUTPUTTEMPTABLE>

A token for use in raw SQL in pre- and post-processing under the Advanced window to create a temp table. For example:Create <OUTPUTTEMPTABLE> as SELECT CustIDs from CustomerTable WHERE ... Select process.

<OWNER>

The Unica Platform security user name of the user who created the flowchart.

Processes that support triggers, trigger on failure, trigger on success.

<PROCESSNAME>

The name of the current process box.

Processes that support triggers.

<PROCESSID>

The ID of the current process box.

Processes that support triggers.

<SESSIONID>

The ID of the current flowchart.

Processes that support triggers, trigger on failure, trigger on success.

<SESSIONNAME>

The name of the current flowchart.

Processes that support triggers, trigger on failure, trigger on success.

<UserVar.UserVarName>

Any user variable value. The user variable must be defined in current flowchart.

Processes that support triggers, trigger on failure, trigger on success.