Unica Campaign trigger utility syntax and options

The trigger utility (unica_actrg) supports the following syntax and options.

[-p <port> [-S]] [-s <server_name>] [-v] [<campaign_code> | -n "<flowchart_name>"] "<trigger1>" "<trigger2>"...

The unica_actrg utility supports the following options.

Table 1. Unica Campaign trigger utility options
Parameter Use
-p <port> The port where the listener is running.

For a single-node listener configuration: Port and server are optional unless you run the trigger from a remote machine.

For a clustered listener configuration: Port and server are optional unless you run the trigger from a remote machine. When running locally, the trigger automatically goes to the master listener. If you are running the trigger utility from a remote machine, best practice is to specify the server and port of the master listener.

-s <server_name>

The name of the listener server.

For a single-node listener configuration: Port and server are optional unless you run the trigger from a remote machine.

For a clustered listener configuration: Port and server are optional unless you run the trigger from a remote machine. When running locally, the trigger automatically goes to the master listener. If you are running the trigger utility from a remote machine, best practice is to specify the server and port of the master listener.

-v

Reports the version of the Unica Campaign Trigger Utility.

-S If you use -p to specify a port, you may also include -S to establish an SSL connection.

<campaign_code>

The identifier of the campaign that contains all flowcharts that you want to run. This parameter cannot be used with the -n "<flowchart_name>" parameter.

-n "<flowchart_name>"

The name of the flowchart that you want to run. Because flowchart names are not necessarily unique, all flowcharts with this name receive the broadcast trigger. This parameter cannot be used with the <campaign_code> parameter.

"<trigger1>"

"<trigger2>" ...

The name of the trigger to use. You must specify at least one trigger. You can optionally specify multiple triggers, separated by spaces.