Script-event-listener (Section)#

Path: /processing/event-listeners/event-listener{id}/script-event-listener

Executes the procedure when the events are triggered

Parameters#

NameTypeRequiredDefaultDescription
procedureleafrefrequiredThe procedure to run on events

Subsections#

NameTypeDescription
webservice SectionEnable and configure this if the procedure needs access to a web service in it’s context.
sms-sender SectionEnable and configure this if the procedure needs access to an sms-sender in it’s context
email-sender SectionEnable and configure this if the procedure needs access to an email-sender in it’s context
account-manager SectionEnable and configure this if the procedure needs access to an account-manager in it’s context
bucket SectionEnable and configure this to let the procedure use buckets for storing and reading arbitrary data

Was this helpful?