Trigger an event – quick reference

Saving the syntax for quick reference. Will expand this article later on.

First make sure to create the event in the Event Registry.

Then you can trigger the event from any server-side script by using the code below:

gs.eventQueue(‘event_name’,current,parm1,parm2);

The event can be used to trigger an email notification and/or a script action.

Documentation

Latest Posts