Versions Compared

Key

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

...

  • It may sound a bit complex with the terminology but once we understand how to configure it, you will find it pretty straightforward.

  • First review the below URL to understand the steps to configure an Outbound Webhook.

/wiki/spaces/FD90/pages/10926699866 Getting Started with Outgoing Webhooks

  • 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.

...