Versions Compared

Key

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

FlexDeploy has a few built-in providers available for Webhooks can provide integration between FlexDeploy and source control, change management, issue tracking, or any application with support for outgoing webhooks. You also have the option of creating a custom providerhave complete control over which applications you would like configured with webhooks. See our Sample Implementations for examples of some common providers.

Viewing Webhook Providers

...

Field

Description

Sequence

The order providers are processed to find a match when receiving a webhook eventmessage

Active

Whether this provider is active

Provider Id

The read-only id of the provider

Name

The name of the provider

Description

An optional description for the provider

Created On

The date and time of provider creation

Created By

The user who created the provider

Updated On

The date and time the provider was last updated

Updated By

The last user to update the provider

...

Each provider has a match script and a list of properties. Properties can be defined and used in both the match script and all functions of the provider. The match script should verify an incoming webhook is from its provider and return true or false. The script may validate an incoming webhook by a signature or secret set in the provider application, or with other authentication methods. 

The editing window has capabilities for undo, redo, find, find and replace, and go to line. There are a variety of context variables and methods available to use in this script. Type Ctrl + Space for suggestions on available variables and methods you can use. Our built-in providers have match scripts already implemented, but these may need to be modified depending on your configuration.