> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Step 3: Connect the Webhook to the Rule

export const SiftIcon = ({className}) => <span className={`inline-flex items-center align-middle text-black dark:text-white ${className || ''}`}>
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Artwork" x="0px" y="0px" viewBox="0 0 1005.58 733.96" style={{
  enableBackground: "new 0 0 1005.58 733.96",
  width: "2em",
  height: "2em"
}} xmlSpace="preserve">
      <path fill="currentColor" d="M552.16,150.89c-165.6,0-180.29,160.61-300.62,192.32v2.67h601.24v-2.67C747.74,324.18,717.72,150.89,552.16,150.89z   M453.46,583.08c165.6,0,180.29-160.61,300.62-192.32v-2.67H152.84v2.67C257.88,409.78,287.91,583.08,453.46,583.08z" />
    </svg>
  </span>;

## Overview

Now that the Webhook is created, let's connect it to the Rule from the previous tutorial. Once connected, the Webhook will fire whenever the Rule enters a violated or resolved state during live data evaluation.

This means that if live data is streamed to the Channels of the Asset associated with the Rule and the Rule's condition is met, Sift will automatically send a notification to the configured destination URL.

## Connect Webhook

Let's connect the created Webhook.

1. Click <SiftIcon className="icon-sift" />, then open the <Icon icon="code-simple" /> **Rules** tab.
2. Search for the Rule created in the previous tutorial and click **Edit**.
3. Click the **Enable live Rule evaluation** checkbox.
4. In the **Webhooks** section, click **+ Configure Webhook**.
5. Enter the Webhook name, select the created Webhook, and click **Select**.
6. Click **Save**, then click **Publish**.
