Versions Compared

Key

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

...

  • Basically, there are two parts to a Webhook,

    • Filter – This is the criteria that determines when the Webhook will be triggered.

    • Script – This script is responsible for sending the Teams Notification.

  • Let's understand in a bit more detail. Below are some of the FlexDeploy events that can trigger a Webhook. The complete list of available events can be found in the link below
    /wiki/spaces/FD90/pages/10926699808 Events

...

Filter

  • One event can be picked up by one Listener/Webhook only. So in case you have multiple Listeners configured with the same criteria (Filter), the Listener from the top of the list that satisfies the criteria (Filter) first will process the event message.

  • So it's absolutely essential to have a proper Event Message Filter. We have added the below filter.

...

  • You can get a detailed structure of the payload for each event from the below link.
    /wiki/spaces/FD90/pages/10926699808 Events

  • Navigate to the Messages section on the Outgoing Webhooks page to view a summary of all the previously processed events.

...