Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Access event listeners by navigating to Administration → Integrations → Outgoing Webhooks and then Click on the Configuration button in the top right.

...

Creating/Editing Webhook Listeners

To create a new Webhook Listener, click the Create Listener button. To view or edit a Webhook Listener, click on the name of the event listener.

Field

Description

Name

The name of the listener

Description

The description of the listener

Active

Whether or not the listener is active (Defaults to Yes)

Events

The events you want your listener to subscribe to

Groovy Script

The groovy script for the listener will be executed when a corresponding even type is executed within FlexDeploy. The editing window has capabilities for undo, redo, find, find and replace, and go to line. There are a variety of Webhook Context Variables and Methods available to use in this script. Type ‘Ctrl + space’ in the editor for suggestions on variables and methods that can be used. See more examples of listeners on our Sample Webhook Listeners page.

...