Script-event-listener (Section)#
Path: /processing/event-listeners/event-listener{id}/script-event-listener
Executes the procedure when the events are triggered
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| procedure | leafref | required | The procedure to run on events |
Subsections#
| Name | Type | Description |
|---|---|---|
| webservice | Section | Enable and configure this if the procedure needs access to a web service in it’s context. |
| sms-sender | Section | Enable and configure this if the procedure needs access to an sms-sender in it’s context |
| email-sender | Section | Enable and configure this if the procedure needs access to an email-sender in it’s context |
| account-manager | Section | Enable and configure this if the procedure needs access to an account-manager in it’s context |
| bucket | Section | Enable and configure this to let the procedure use buckets for storing and reading arbitrary data |