# How to set up conditional triggering on update-webhooks

## Why use conditional triggering

After having configured the webhook, you can select different events based on when you want notifications to be sent. However, for some update events—like Assets—you may see an “Advanced settings” option to the left of the slider. Inside “Advanced settings” you can set conditional triggers, which means the webhook request will only be sent if certain conditions are met. This helps you avoid unnecessary notifications and only get alerts that matter.&#x20;

<figure><img src="/files/xCuTGKBg8KxXbfrB9ETX" alt=""><figcaption><p>Webhook configurations page, events section</p></figcaption></figure>

## **Conditional triggering disabled**

When conditional triggering is disabled, all events of the selected type will trigger webhook notifications without any filtering.

## **Conditional triggering enabled**

When conditional triggering is enabled, you can choose specific types of changes on the entity that will trigger the webhook event. This way only relevant updates send notifications based on the selected conditions. The available conditions will vary depending on which update-events you want to enable conditional triggering for.

<figure><img src="/files/A9r4Y8RB9oEgwoOuW7tW" alt=""><figcaption><p>Asset advanced settings page</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.struct.com/tutorials/guides/how-to-use-webhooks/how-to-set-up-conditional-triggering-on-update-webhooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
