Versions Compared

Key

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

Outgoing Webhooks can be used to trigger actions in other applications based on specific events that occur within FlexDeploy. Traditional webhooks simply POST a json payload to a specified endpoint. While this functionality is a big use case, FlexDeploy offers the ability to execute any groovy script when the event occurs, called Listeners. For example, you can setup a Listener to upload failed plugin logs from a workflow execution to a separate server in addition to sending an email. The flexibility of groovy script and FlexDeploy’s model allows users to accomplish exactly what they need.

Info

Checkout this Getting Started guide after you read this page.

...

Outgoing Webhooks can be accessed from Administration → Integrations → Outgoing Webhooks. This page will show all the Webhook Listeners configured in FlexDeploy. You can create a new Webhook Listener by clicking the

...