Versions Compared

Key

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

FlexDeploy has a few built-in providers available for webhooks. You also have the option of creating a custom provider.

...

Access providers by navigating to Administration → Integrations → Webhooks and clicking .

{{screenshot of demo}}Image Added

Creating/Editing Webhook Providers

...

Each provider has a match script and a list of properties. The match script should verify an incoming webhook is from its provider and return true or false. Properties can be defined and used in both the match script and all functions of the provider. A 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 that 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 built-in context variables and methods available to use in this script. Type Ctrl + Space for suggestions on variables and methods you can use. {{screenshot of a provider}}Our built-in providers have match scripts already implemented, but these may need to be modified depending on your configuration.

Image Added