To broadcast a trigger to all campaigns
Run the Campaign Trigger Utility with the following syntax:
unica_actrg * trigger_name
For example:
unica_actrg * web_hit
The trigger is broadcast to all flowcharts in all campaigns. If any flowchart starts with a Schedule process configured to run when receiving a broadcast based on the web_hit inbound trigger, that flowchart runs when the broadcast trigger is received.
*
On UNIX servers, the asterisk must either be escaped (\*) or enclosed in double quotation marks ("*").