Step 2: Conditions

Conditions filter which events trigger notifications. Without conditions, you'd get alerted for EVERY event occurrence.

Setting Conditions

Available Operators:

Basic Conditions

Example: Alert only for large deposits

Event Field: amount
Operator: Greater Than
Value: 1e18 (1 ETH in wei)

Example: Track specific address

Event Field: user
Operator: ==
Value: 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb

Advanced: Percentage Change Conditions

What it does: Only alert when a value changes by a certain percentage from the previous event.

View % Change Conditions

Advanced: Custom Formulas

What it does: Apply mathematical operations to event values.

View Custom Formulas

Multiple Conditions

You can add multiple conditions. All conditions must be met for the alert to be triggered.

Example:

Last updated