Event-listener-procedure (List)#

Path: /processing/procedures/event-listener-procedure

The Event procedures are used with event listeners to execute code on certain events such as authentication complete or system started

Parameters#

NameTypeRequiredDefaultDescription
idno-whitespace-or-empty-stringrequired
scriptscriptrequiredA JavaScript procedure that can handle events. It should be base-64 encoded to avoid encoding issues

Was this helpful?